Paywall

Paywall

Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Paywall",
  "version": "0.0.0.2",
  "description": "Shows 'Paywall' sites links as '$$$'. Preserves original text.  Great on Drudge. Also flags sites that do not work with adblockers.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "jquery-1.12.0.min.js",
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}