Chatterbox AI assistant for OnlyFans & Fansly

Chatterbox AI assistant for OnlyFans & Fansly

Hey, there! It’s Chatterbox - your all-in-one AI tool to engage on OnlyFans and Fansly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chatterbox AI assistant for OnlyFans & Fansly",
  "action": {
    "default_popup": "./lib/popup.html"
  },
  "manifest_version": 3,
  "version": "1.0.11",
  "description": "Hey, there! It’s Chatterbox - your all-in-one AI tool to engage on OnlyFans and Fansly.",
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "*://onlyfans.com/*",
    "*://fansly.com/*",
    "*://chatterbox.one/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://onlyfans.com/*",
        "https://fansly.com/*"
      ],
      "css": [
        "css/inject.css"
      ],
      "js": [
        "lib/inject.js"
      ]
    },
    {
      "matches": [
        "https://chatterbox.one/*"
      ],
      "js": [
        "lib/inject_chatterbox.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "lib/background.js"
  }
}