browser-source-provider Firefox

Examine source code of browser-source-provider

By: Daniel
Inspect and view changes in browser-source-provider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "browser-source-provider",
  "version": "1.0.1",
  "description": "chrome extension for coc-browser",
  "author": "dkuku",
  "browser_action": {
    "default_title": "browser-source-provider"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "https://127.0.0.1/*",
    "http://127.0.0.1/*"
  ]
}

Best browser-source-provider Alternatives

Here are some Firefox add-ons that are similar to browser-source-provider: