Bulk OnlyFans Downloader

Bulk OnlyFans Downloader

Export or download all the media from an OnlyFans account

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bulk OnlyFans Downloader",
  "version": "1.0.0",
  "description": "Export or download all the media from an OnlyFans account",
  "permissions": [
    "webRequest",
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "*://*.onlyfans.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.onlyfans.com/*"
      ],
      "js": [
        "/scripts/jquery-3.4.1.min.js",
        "api.js",
        "ofdc.js",
        "of.js",
        "pages.js",
        "process_pages.js"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "",
    "default_icon": {
      "128": "images/BOFDI.png"
    }
  },
  "icons": {
    "128": "images/BOFDI.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "html/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ],
  "manifest_version": 3
}