Alldebrid addon Firefox

Examine source code of Alldebrid addon

Inspect and view changes in Alldebrid addon source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_Ext_Name__",
  "version": "12.0.1",
  "default_locale": "en",
  "description": "__MSG_Ext_Description__",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "48": "img/icon.png"
  },
  "action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup/popup.html",
    "default_title": "__MSG_Ext_Name__"
  },
  "background": {
    "page": "main.html"
  },
  "permissions": [
    "alarms",
    "scripting",
    "tabs",
    "notifications",
    "contextMenus",
    "webRequest",
    "webNavigation",
    "storage",
    "nativeMessaging",
    "downloads"
  ],
  "sidebar_action": {
    "default_panel": "sidebar/sidebar.html",
    "default_icon": "img/icon.png",
    "default_title": "__MSG_Ext_Name__"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*",
        "content-scripts/*",
        "web-scripts/*",
        "popup/*",
        "sidebar/*",
        "webfonts/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "alldebrid@alldebrid.com",
      "strict_min_version": "60.0"
    }
  }
}

Best Alldebrid addon Alternatives

Here are some Firefox add-ons that are similar to Alldebrid addon: