Paywall
Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.
What is Paywall?
Paywall is a Chrome extension developed by Mark Crandall, and its main feature is "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.".
Extension Screenshots
Download Paywall Extension CRX File
Download Paywall extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Shows 'Paywall' sites links as '$$$'. Preserves original link text and moves link to '$$$' text. Great on Drudge. Also flags sites that do not work with adblockers. Does not in any way circumvent Paywall sites or logon restrictions, only warns that a link goes to a Paywall site.
Extension Basic Information
Name | Paywall |
ID | kemhkjedapfedmoaliehjgdllceafeng |
Official URL | https://chromewebstore.google.com/detail/paywall/kemhkjedapfedmoaliehjgdllceafeng |
Description | Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers. |
File Size | 597 KB |
Installation Count | 1,481 |
Current Version | 0.0.0.2 |
Last Updated | 2016-10-19 |
Publish Date | 2016-10-18 |
Rating | 2.67/5 Total 6 Ratings |
Developer | Mark Crandall |
Payment Type | free |
Supported Languages | en-US |
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" } } |