Medium Fixer Firefox

Examine source code of Medium Fixer

Inspect and view changes in Medium Fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Medium Fixer",
  "version": "1.3.3",
  "description": "Fixes Medium's annoying popups and makes it free.",
  "author": "Márk Munkácsi <munkacsimark@gmail.com> (https://codermark.dev)",
  "icons": {
    "16": "./assets/medium-fixer-logo-16.png",
    "48": "./assets/medium-fixer-logo-48.png",
    "128": "./assets/medium-fixer-logo-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "./content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "permissions": [
    "*://*/*",
    "tabs",
    "cookies"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "medium-fixer@codermark.dev"
    }
  }
}

Best Medium Fixer Alternatives

Here are some Firefox add-ons that are similar to Medium Fixer: