CreatorHero

CreatorHero

CreatorHero is the quickest way to increase your OnlyFans revenue.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CreatorHero",
  "description": "CreatorHero is the quickest way to increase your OnlyFans revenue.",
  "version": "2.9.10",
  "manifest_version": 3,
  "incognito": "not_allowed",
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "alarms",
    "declarativeNetRequest",
    "unlimitedStorage",
    "cookies"
  ],
  "host_permissions": [
    "https://*.onlyfans.com/*",
    "https://onlyfans.com/*",
    "*://*.creatorhero.app/*",
    "*://*.creatorhero.net/*",
    "*://*.creatorhero.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "static/*",
        "static/sounds/*",
        "static/images/*",
        "inject/*"
      ],
      "matches": [
        "https://onlyfans.com/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "static/images/chrome-icon-16.png",
    "48": "static/images/chrome-icon-48.png",
    "128": "static/images/chrome-icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://onlyfans.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": []
    },
    {
      "js": [
        "inject/of-injector.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "matches": [
        "https://onlyfans.com/*"
      ]
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "general_rules",
        "enabled": true,
        "path": "general-rules.json"
      },
      {
        "id": "referer_rules",
        "enabled": true,
        "path": "referer-rules.json"
      }
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw30YG9M9kWslTdl2SaJEqaBuJXF/5C+h11aW3R8FUHyiHj6PN/SixJZDUgH7VT0nuqiCi1tSrAd/yjNYGvJnqDo/XhUveRq7WC4ImsbvNrGWlA92XnnGhB6UGc0q/oNGBdCFmKgWC0DtEuxjWW91HdpJy2bofOILaCi1LBpDWEahBHRQ+IR0mNy4y1I85E9CnQhTFDVzk4USVW50rI1TGXz9iweo/NcWANh3H3QLsxBPgGKPM3pFDOfvypjuj+n8xF5vAknRkCBrLKb7TaN+4RzHm2S09yYLoWhPixOHzCkVI8QZlwa5/9/OXmZ11cjIh5w2R8U0U8ZkIIf0807hEwIDAQAB"
}