NoPlugin Firefox

Examine source code of NoPlugin

Inspect and view changes in NoPlugin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NoPlugin",
  "version": "7.1",
  "author": "Corbin Davenport",
  "description": "Play legacy media in modern browsers without plugins.",
  "homepage_url": "https://github.com/corbindavenport/noplugin",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "downloads",
    "storage",
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "web_accessible_resources": [
    "img/*",
    "bugreport.html",
    "media-info.html",
    "playlist-viewer.html"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/noplugin.css"
      ],
      "js": [
        "js/purify.js",
        "js/blocklist.js",
        "js/popper.min.js",
        "js/tippy-bundle.umd.min.js",
        "js/noplugin.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "http://*/*noplugin_compat=true*",
        "https://*/*noplugin_compat=true*"
      ],
      "js": [
        "js/noplugin-compat.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  }
}

Best NoPlugin Alternatives

Here are some Firefox add-ons that are similar to NoPlugin: