[FAMEZ] OnlyFans Expired Fan Bot

[FAMEZ] OnlyFans Expired Fan Bot

The best & only FollowBot used by thousands of OnlyFans creators. Earn more money on OnlyFans by selling PPV in the DMs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "[FAMEZ] OnlyFans Expired Fan Bot",
  "description": "__MSG_extDescription__",
  "version": "7.3.1",
  "default_locale": "de",
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage",
    "webRequest",
    "webNavigation",
    "alarms"
  ],
  "host_permissions": [
    "https://onlyfans.com/*",
    "https://ofautofollower.com/*",
    "https://*.ofautofollower.com/*"
  ],
  "incognito": "not_allowed",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://onlyfans.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "icons": {
    "128": "images/icon128.png"
  }
}