Website Media x Firefox

Examine source code of Website Media x

By: ohn Add-on
Inspect and view changes in Website Media x source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Website Media Downloader",
  "manifest_version": 3,
  "version": "2.1.4",
  "description": "__MSG_extensionDescription__",
  "author": "anpa26",
  "developer": {
    "name": "anpa26",
    "url": "https://github.com/anpa26"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2541c685-88ed-4b29-baaa-9be2ce374354}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "downloads",
    "notifications",
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "webRequestFilterResponse",
    "scripting",
    "offscreen",
    "identity"
  ],
  "oauth2": {
    "client_id": "1042907477337-c8h27qniercjia05jqqafgvjao514n28.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.file"
    ]
  },
  "optional_permissions": [],
  "host_permissions": [
    "<all_urls>"
  ],
  "homepage_url": "https://github.com/anpa26/website-media-downloader",
  "background": {
    "service_worker": "network_detector.js",
    "scripts": [
      "libraries/client-zip.js",
      "network_detector.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "surgical_scrapers.js",
        "content_detector.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.youtube.com/embed/*"
      ],
      "js": [
        "yt_core.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "*://*.youtube.com/embed/*"
      ],
      "js": [
        "yt_page.js"
      ],
      "run_at": "document_end",
      "world": "MAIN",
      "all_frames": true
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "exclude_matches": [
        "*://*.youtube.com/embed/*"
      ],
      "js": [
        "yt_core.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "exclude_matches": [
        "*://*.youtube.com/embed/*"
      ],
      "js": [
        "yt_page.js"
      ],
      "run_at": "document_end",
      "world": "MAIN",
      "all_frames": false
    }
  ],
  "icons": {
    "96": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "action": {
    "default_title": "__MSG_actionTitle__"
  },
  "default_locale": "en",
  "options_page": "popup.html?options=true"
}

Best Website Media x Alternatives

Here are some Firefox add-ons that are similar to Website Media x: