Mega-Debrid

Mega-Debrid

Unrestrict your links and manage your torrents on your browser with Mega-Debrid and this addon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mega-Debrid",
  "version": "2.0.2",
  "default_locale": "fr",
  "description": "__MSG_extension_description__",
  "icons": {
    "16": "icons/favicon.png",
    "48": "icons/favicon.png",
    "128": "icons/favicon.png"
  },
  "author": "XTrem Developpement",
  "homepage_url": "https://mega-debrid.eu/",
  "version_name": "2.0.2 (production)",
  "browser_action": {
    "default_icon": {
      "19": "icons/favicon.png",
      "38": "icons/favicon.png"
    },
    "default_title": "Mega-Debrid",
    "default_popup": "content/popup/main.html"
  },
  "web_accessible_resources": [
    "icons/favicon.png",
    "content/page/mddebrid_bar.css"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "/libs/jQuery/jquery.min.js",
        "/content/page/page.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "libs/jQuery/jquery.min.js",
      "api/api.js",
      "config/config.js",
      "config/settings.js",
      "content/background/runner.js"
    ],
    "persistent": true
  },
  "permissions": [
    "https://www.mega-debrid.eu/*",
    "storage",
    "contextMenus",
    "tabs",
    "notifications",
    "*://*/*"
  ]
}