OnlyFansFollower - Expired Fans Follower

OnlyFansFollower - Expired Fans Follower

Sell more PPV, and get back your expired fans by following them! 100% Proven strategy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "OnlyFansFollower - Expired Fans Follower",
  "description": "Sell more PPV, and get back your expired fans by following them! 100% Proven strategy.",
  "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"
  }
}