OnlyFans Expired Fans / Subscribers Follower

Allows an OnlyFans performer / creator to follow all of their expired fans / subscribers instantly. Earn more by sending out P-P-V.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "version": "8.1.7",
  "homepage_url": "https://www.expiredfans.com/",
  "default_locale": "en",
  "incognito": "not_allowed",
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "webRequest",
    "unlimitedStorage",
    "https://onlyfans.com/*",
    "https://localhost/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.expiredfans.com/*",
      "*://expiredfans.com/*"
    ]
  },
  "background": {
    "scripts": [
      "js/sha1.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "js/inject.js",
    "js/sha1.js",
    "css/inject.css"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://onlyfans.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "js/main.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "manifest_version": 2
}