FansMetric — OnlyFans Superpowers

FansMetric — OnlyFans Superpowers

Superpowers for OnlyFans managers, agencies and assistants. Use FansMetric to supercharge your strategy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "FansMetric — OnlyFans Superpowers",
  "description": "Superpowers for OnlyFans managers, agencies and assistants. Use FansMetric to supercharge your strategy.",
  "version": "3.2.6",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "tabs",
    "alarms",
    "unlimitedStorage",
    "webRequest",
    "cookies"
  ],
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://onlyfans.com/*"
      ],
      "js": [
        "src/pages/content/index.js"
      ],
      "css": [
        "assets/css/contentStyle.chunk.css"
      ]
    }
  ],
  "devtools_page": "src/pages/devtools/index.html",
  "host_permissions": [
    "https://onlyfans.com/*",
    "https://api.fansmetric.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}