Shmedium Firefox

Examine source code of Shmedium

Inspect and view changes in Shmedium source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Shmedium",
  "version": "1.0",
  "description": "Shmedium is a Firefox extension that detects Medium paywall articles when navigating through Google Search and will flag them appropriately.",
  "icons": {
    "48": "icons/shmedium-icon-48.png",
    "128": "icons/shmedium-icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/*",
        "*://*.medium.com/*"
      ],
      "js": [
        "shmedium.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "*://*.google.com/*",
    "*://*.medium.com/*",
    "*://localhost/*"
  ]
}

Mejores alternativas Shmedium

Aquí hay algunas Firefox add-ons que son similares a Shmedium: