pVideoFinder Firefox

Examine source code of pVideoFinder

Inspect and view changes in pVideoFinder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "pVideoFinder",
  "description": "this extension extracts the main url of a video playing in a browser tab its helpful when you using a site where is too much ads.",
  "version": "0.0.1",
  "icons": {
    "64": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "browserAction/index.html",
    "default_title": "pVideoFinder"
  },
  "options_ui": {
    "page": "options/index.html"
  }
}

Best pVideoFinder Alternatives

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