OnlyFans Video Downloader

OnlyFans Video Downloader

The downloader save OnlyFans post's video,image,picture,photo,media content with one click to computer.FREE,NO VPN / ADS.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "2.6.5",
  "manifest_version": 3,
  "name": "OnlyFans Video Downloader",
  "description": "The downloader save OnlyFans post's video,image,picture,photo,media content with one click to computer.FREE,NO VPN / ADS.",
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "action": {
    "default_popup": "popup/user-guide.html"
  },
  "background": {
    "service_worker": "js/works-1.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/ofcontent-1.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "downloads",
    "notifications",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/load.png",
        "images/download.png",
        "images/loading.svg"
      ],
      "matches": [
        "https://onlyfans.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}