OnlyFans AI Chatbot and Tools - Creatorboost

OnlyFans AI Chatbot and Tools - Creatorboost

ChatGPT meets OnlyFans: AI Chat Assistant, CRM, emojis, and automation for OnlyFans. Chat better and faster with our AI tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "short_name": "Creatorboost",
  "name": "OnlyFans AI Chatbot and Tools - Creatorboost",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnvINJIgAchaxUs1QuANzlUiXIwKmfIHqzrteHcYOIHg3LIsf6ofylsWGhoTqUw7yaG1dw9r6K6P/ID3JdF29CaqIpMprIqvw/cEv5clRmXpvSxts/MIrTJ8RnxCCuWGh4Iy5hdy+9ni/w/BcxpkpfAb2GEfQ7f5Kr2RQsrSBxVOUr7jW0CuClBsHjGXAYFA/N7efT+ybW2eQEHGypkjUvQuMqTsQYwgdus2L2CJQBqYyhgyE7JyVnVO0FnKnpYWhv7IjKhfHmabsLIJHJAftO9QHLpTzt1y0u3GEQ5IPbD5m+pZrHM3XlvRnCogaHYBdzvNb9Ex8cErn2UlLBmxPfwIDAQAB",
  "description": "ChatGPT meets OnlyFans: AI Chat Assistant, CRM, emojis, and automation for OnlyFans. Chat better and faster with our AI tools.",
  "version": "1.4.0",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "incognito": "not_allowed",
  "content_scripts": [
    {
      "matches": [
        "*://*.onlyfans.com/*",
        "*://*.fansly.com/*"
      ],
      "js": [
        "src/pages/content/index.js"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "tabs",
    "cookies",
    "storage",
    "unlimitedStorage",
    "scripting"
  ],
  "host_permissions": [
    "*://*.onlyfans.com/*",
    "*://*.fansly.com/*",
    "*://*.creatorboost.app/*",
    "*://*.glitchtip.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.creatorboost.app/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "assets/svg/*.svg",
        "assets/png/*.png",
        "icon-128.png",
        "icon-34.png",
        "crispchat.js"
      ],
      "matches": [
        "*://*.onlyfans.com/*",
        "*://*.fansly.com/*",
        "*://*.creatorboost.app/*"
      ]
    }
  ],
  "commands": {
    "ai_chatter_1": {
      "suggested_key": {
        "default": "Alt+1",
        "mac": "Alt+1"
      },
      "description": "Reply/1st Suggestion"
    },
    "ai_chatter_2": {
      "suggested_key": {
        "default": "Alt+2",
        "mac": "Alt+2"
      },
      "description": "Question/2nd Suggestion"
    },
    "ai_chatter_3": {
      "suggested_key": {
        "default": "Alt+3",
        "mac": "Alt+3"
      },
      "description": "Naughty/Refresh Button"
    },
    "ai_chatter_4": {
      "suggested_key": {
        "default": "Alt+4",
        "mac": "Alt+4"
      },
      "description": "Sales/Dismiss Button"
    }
  }
}