Seeking Alpha Paywall Remover

Seeking Alpha Paywall Remover

Removes the paywall from news and articles on the seekingalpha.com website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Seeking Alpha Paywall Remover",
  "version": "1.3",
  "description": "Removes the paywall from news and article pages on the seekingalpha.com website",
  "icons": {
    "48": "icons/48x48.png",
    "96": "icons/96x96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.seekingalpha.com/article/*",
        "*://*.seekingalpha.com/news/*"
      ],
      "js": [
        "paywall-remover.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{765135fa-1ed8-41b3-a929-12af0afcbc90}"
    }
  }
}