Freedium Firefox

Examine source code of Freedium

제작자: wast3r
Inspect and view changes in Freedium source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Freedium",
  "version": "1.1",
  "description": "Freedium does not remove the paywall on Medium.com, allowing access to premium articles. Instead, it removes premium articles from your feed. This is in an attempt to stop people from getting sucked into an article, only to realize they've missed the small premium symbol and must pay to get more access.",
  "homepage_url": "https://github.com/midas10/Freedium",
  "icons": {
    "48": "icons/freedium-48.png",
    "96": "icons/freedium-96.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.medium.com/*"
      ],
      "js": [
        "freedium.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/freedium-32.png",
    "default_title": "Freedium",
    "default_popup": "popup/toggle_page.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{953076cf-6ef4-4b5d-b65e-7c5230b68bd9}"
    }
  }
}

최고의 Freedium 대안

다음은 Freedium과(와) 유사한 Firefox add-on입니다: