CDM Browser Extension Firefox

Examine source code of CDM Browser Extension

Inspect and view changes in CDM Browser Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "CDM Browser Extension",
  "version": "0.7.1",
  "description": "Easily send download links to the CDM app and skip browser downloads. Enjoy advanced features like pause, resume, scheduling, and faster speeds for a smarter downloading experience. Simplify your workflow today!",
  "manifest_version": 3,
  "author": "Adel Bakhshi",
  "homepage_url": "https://cdmapp.netlify.app/",
  "host_permissions": [
    "*://*/*",
    "http://localhost:5000/*"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {},
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.google.com/*",
        "*://*.youtube.com/*",
        "*://*.youtu.be/*",
        "*://*.vimeo.com/*",
        "*://*.netflix.com/*",
        "*://*.amazon.com/*",
        "*://*.hulu.com/*",
        "*://*.twitch.tv/*",
        "*://*.dailymotion.com/*",
        "*://*.disneyplus.com/*",
        "*://*.hbomax.com/*"
      ],
      "css": [
        "content_scripts/content-0.css"
      ],
      "js": [
        "content_scripts/content-0.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "templates/popup-template.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "templates/list-item-template.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "downloads",
    "storage",
    "scripting",
    "contextMenus",
    "tabs",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background/scripts.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "adelbakhshi78@yahoo.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best CDM Browser Extension Alternatives

Here are some Firefox add-ons that are similar to CDM Browser Extension: