Paywall
Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.
Cos'è Paywall?
Paywall è un'estensione di Chrome sviluppata da Mark Crandall, e la sua funzione principale è "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Paywall
Scarica i file di estensione Paywall in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Paywall |
ID | kemhkjedapfedmoaliehjgdllceafeng |
URL Ufficiale | https://chromewebstore.google.com/detail/paywall/kemhkjedapfedmoaliehjgdllceafeng |
Descrizione | Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers. |
Dimensione del File | 597 KB |
Conteggio Installazioni | 1,481 |
Versione Corrente | 0.0.0.2 |
Ultimo Aggiornamento | 2016-10-19 |
Data di Pubblicazione | 2016-10-18 |
Valutazione | 2.67/5 Totale 6 Valutazioni |
Sviluppatore | Mark Crandall |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |