OnlyFans Expired Fan Follower

OnlyFans Expired Fan Follower

FREE OnlyFans Tool to Follow All Your Expired Fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "OnlyFans Expired Fan Follower",
  "version": "3.0.0",
  "description": "FREE OnlyFans Tool to Follow All Your Expired Fans.",
  "icons": {
    "16": "images/16x16.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "background": {
    "scripts": [
      "js/axios.min.js",
      "js/jquery-3.6.0.min.js",
      "js/background.min.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "webRequest",
    "notifications",
    "https://onlyfans.com/"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-3.6.0.min.js",
        "js/axios.min.js",
        "js/ff_content.min.js"
      ],
      "run_at": "document_end",
      "matches": [
        "https://onlyfans.com/u*"
      ]
    },
    {
      "js": [
        "js/axios.min.js",
        "js/follow_content.min.js"
      ],
      "run_at": "document_end",
      "matches": [
        "https://onlyfans.com/onlyfans"
      ]
    }
  ]
}