CreatorHacks for OnlyFans

CreatorHacks for OnlyFans

Supercharge your OnlyFans and increase your revenue

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CreatorHacks for OnlyFans",
  "description": "Supercharge your OnlyFans and increase your revenue",
  "version": "1.0.13",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.chunk-1efa44f6.2cb956d1.js"
      ],
      "matches": [
        "https://onlyfans.com/*"
      ],
      "css": [
        "assets/override.7f222bf7.css",
        "assets/index.tsx.7e7512a3.css"
      ]
    },
    {
      "js": [
        "assets/content-script-loader.chunk-13231f25.732e7853.js"
      ],
      "matches": [
        "https://dashboard.creatorhacks.app/*"
      ],
      "css": [
        "assets/override.7f222bf7.css"
      ]
    }
  ],
  "host_permissions": [
    "https://onlyfans.com/*",
    "https://dashboard.creatorhacks.app/*",
    "https://api.creatorhacks.app/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "welcome.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://onlyfans.com/*"
      ],
      "resources": [
        "assets/mail-notification.beb57615.png",
        "assets/money.7db26822.png",
        "assets/chunk-91eddbee.js",
        "assets/chunk-c650ee4b.js",
        "assets/chunk-30d41093.js",
        "assets/chunk-a2a9e11a.js",
        "assets/chunk-7977decd.js",
        "assets/chunk-7a17e4fc.js",
        "assets/chunk-ea1a49ac.js",
        "assets/chunk-a818138f.js",
        "assets/chunk-8c526361.js",
        "assets/chunk-fbe2b9db.js",
        "assets/chunk-bbecf1a8.js",
        "assets/chunk-23caddb6.js",
        "assets/chunk-04407849.js",
        "assets/chunk-40f23f32.js",
        "assets/chunk-1efa44f6.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://dashboard.creatorhacks.app/*"
      ],
      "resources": [
        "assets/mail-notification.beb57615.png",
        "assets/money.7db26822.png",
        "assets/chunk-7977decd.js",
        "assets/chunk-a2a9e11a.js",
        "assets/chunk-7a17e4fc.js",
        "assets/chunk-ea1a49ac.js",
        "assets/chunk-91eddbee.js",
        "assets/chunk-a818138f.js",
        "assets/chunk-c650ee4b.js",
        "assets/chunk-8c526361.js",
        "assets/chunk-fbe2b9db.js",
        "assets/chunk-bbecf1a8.js",
        "assets/chunk-23caddb6.js",
        "assets/chunk-13231f25.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "tabs",
    "notifications"
  ]
}