FansFollower, OnlyFans Expired Fans Follower

FansFollower, OnlyFans Expired Fans Follower

Increase your earnings and lower your churn by follow and messaging your expired fans or new people.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "FansFollower, OnlyFans Expired Fans Follower",
  "description": "Increase your earnings and lower your churn by follow and messaging your expired fans or new people.",
  "version": "7.3.1",
  "default_locale": "en",
  "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"
  }
}