Paywall
Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.
Qu'est-ce que Paywall ?
Paywall est une extension Chrome développée par Mark Crandall, et sa fonction principale est "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Paywall
Téléchargez les fichiers d'extension Paywall au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Paywall |
ID | kemhkjedapfedmoaliehjgdllceafeng |
URL Officiel | 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. |
Taille du Fichier | 597 KB |
Nombre d'Installations | 1,481 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2016-10-19 |
Date de Publication | 2016-10-18 |
Évaluation | 2.67/5 Total 6 Évaluations |
Développeur | Mark Crandall |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |