AllDebrid Extension

AllDebrid Extension

Extension to easely use Alldebrid in your day to day browsing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_Ext_Name__",
  "version": "10.8.2",
  "default_locale": "en",
  "description": "__MSG_Ext_Description__",
  "icons": {
    "48": "img/icon.png"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup/popup.html",
    "default_title": "__MSG_Ext_Name__"
  },
  "background": {
    "page": "main.html"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "notifications",
    "contextMenus",
    "webRequest",
    "webNavigation",
    "storage",
    "nativeMessaging"
  ],
  "web_accessible_resources": [
    "img/*",
    "content-scripts/*",
    "web-scripts/*",
    "popup/*",
    "webfonts/*"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "60.0"
    }
  }
}