Downloader for OnlyFans Pro

Downloader for OnlyFans Pro

Downloader for onlyfans.com Pro, it allow you download images and videos from OnlyFans and Instagram.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "b.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "jquery-1.4.2.js",
        "jquery.base64.js",
        "jquery.relocation.js",
        "src/WSUtils.js",
        "src/VideoDownload.js",
        "src/VideoDownload2.js",
        "src/Instagram.plugin.1.0.js",
        "src/onlyfans.plugin.1.0.js"
      ],
      "css": [
        "assets/downloadbutton.css"
      ],
      "matches": [
        "https://*.onlyfans.com/*",
        "https://*.instagram.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "*"
  ],
  "permissions": [
    "webRequest",
    "downloads",
    "storage",
    "<all_urls>"
  ],
  "description": "Downloader for onlyfans.com Pro, it allow you download images and videos from OnlyFans and Instagram.",
  "icons": {
    "48": "main.png",
    "128": "main.png"
  },
  "name": "Downloader for OnlyFans Pro",
  "version": "5.2.0",
  "manifest_version": 2
}