Onlyfans Helper

Onlyfans Helper

Download content from your OnlyFans active subscriptions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {},
  "name": "Onlyfans Helper",
  "short_name": "Onlyfans",
  "description": "Download content from your OnlyFans active subscriptions.",
  "version": "1.0.1",
  "oauth2": {
    "client_id": "180346679292-jo3okk9oicb2kfjeriovqovneuochcus.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "host_permissions": [
    "*://*.onlyfans.com/*"
  ],
  "permissions": [
    "cookies",
    "storage",
    "identity",
    "scripting",
    "activeTab",
    "downloads"
  ],
  "icons": {
    "16": "src/assets/of/icon16.png",
    "48": "src/assets/of/icon48.png",
    "128": "src/assets/of/icon128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://*.onlyfans.com/*"
      ],
      "resources": [
        "src/assets/of/icon48.png"
      ],
      "use_dynamic_url": false
    }
  ]
}