OnlyFans AI Success Tool - OnlyMonster

OnlyFans AI Success Tool - OnlyMonster

Boost earnings & efficiency on OnlyFans with this AI-powered all-in-one management solution.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "OnlyFans AI Success Tool - OnlyMonster",
  "version": "1.5.9",
  "description": "Boost earnings & efficiency on OnlyFans with this AI-powered all-in-one management solution.",
  "action": {
    "default_icon": "./assets/icon-512.png",
    "default_popup": "./dist/popup/index.html"
  },
  "options_ui": {
    "page": "./dist/options/index.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "./dist/background/index.mjs",
    "type": "module"
  },
  "icons": {
    "16": "./assets/icon-512.png",
    "48": "./assets/icon-512.png",
    "128": "./assets/icon-512.png"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "./assets/rules.json"
      }
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "webRequest",
    "cookies",
    "declarativeNetRequest",
    "unlimitedStorage",
    "background"
  ],
  "host_permissions": [
    "https://*.onlyfans.com/*",
    "https://onlymonster.ai/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.onlyfans.com/*"
      ],
      "js": [
        "./assets/js/fp-replacer-loader.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "https://onlyfans.com/*"
      ],
      "js": [
        "./dist/contentScripts/index.global.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist/contentScripts/style.css",
        "assets/globalStyle.css",
        "assets/js/swiper-loader.js",
        "assets/js/inject-api-catcher.js",
        "/assets/js/fp-replacer.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}