improveProton Firefox

Examine source code of improveProton

By: A2N
Inspect and view changes in improveProton source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "improveProton",
  "version": "3.0",
  "description": "Remove 'get proton family' button and improve youtube homepage",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "settings/options.html",
    "browser_style": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "improveProton@a2n.dev"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.proton.me/*",
        "https://*.youtube.com/*"
      ],
      "js": [
        "polyfill/browser-polyfill.min.js",
        "remove-pbtn.js",
        "youtube.js"
      ]
    }
  ]
}

Best improveProton Alternatives

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