Paywall
Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.
Wat is Paywall?
Paywall is een Chrome-extensie ontwikkeld door Mark Crandall, en de belangrijkste functie is "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.".
Extensie Screenshots
Download het CRX-bestand van de extensie Paywall
Download Paywall-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Paywall |
ID | kemhkjedapfedmoaliehjgdllceafeng |
Officiële URL | https://chromewebstore.google.com/detail/paywall/kemhkjedapfedmoaliehjgdllceafeng |
Beschrijving | Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers. |
Bestandsgrootte | 597 KB |
Aantal Installaties | 1,481 |
Huidige Versie | 0.0.0.2 |
Laatst Bijgewerkt | 2016-10-19 |
Publicatiedatum | 2016-10-18 |
Beoordeling | 2.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Mark Crandall |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |