UploadedPremiumLink Premium Link Generator

UploadedPremiumLink Premium Link Generator

UploadedPremiumLink Debrid. Unlock direct download links from filehosts. Instantly access content from the most popular filehosts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "UploadedPremiumLink Premium Link Generator",
  "version": "1.0.0",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "storage",
    "notifications",
    "contextMenus"
  ],
  "description": "UploadedPremiumLink Debrid. Unlock direct download links from filehosts. Instantly access content from the most popular filehosts.",
  "host_permissions": [
    "*://*/*",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}