Cocoleech Premium Link Generator

Cocoleech Premium Link Generator

Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cocoleech Premium Link Generator",
  "version": "1.0.2",
  "manifest_version": 3,
  "description": "Cocoleech Debrid. Generate direct download links from filehosts. Download from most popular filehosts without waiting.",
  "action": {
    "default_popup": "popup.html"
  },
  "options_page": "popup.html",
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "service_worker": "Background.js"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "scripting",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}