Media URL Copier (Toggle) Firefox

Examine source code of Media URL Copier (Toggle)

By: VPrince
Inspect and view changes in Media URL Copier (Toggle) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Media URL Copier (Toggle)",
  "version": "1.3",
  "description": "Right-click to copy media URLs with enable/disable toggle.",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Enable Media Copier"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3f045565-b476-43fc-843d-2fb859937fb1}"
    }
  }
}

Best Media URL Copier (Toggle) Alternatives

Here are some Firefox add-ons that are similar to Media URL Copier (Toggle):