No Paywall
LEGALLY read news articles on the web for free
Qu'est-ce que No Paywall ?
No Paywall est une extension Chrome développée par Big Pineapple LLC, et sa fonction principale est "LEGALLY read news articles on the web for free".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension No Paywall
Téléchargez les fichiers d'extension No 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
No Paywall lets you LEGALLY avoid paywalls on many news articles by redirecting you to an archived version of the page. Because we are pointing you to a different website, we are not bypassing or messing at all with the original paywall on the article source. No Paywall is 100% free, and we do not collect any data whatsoever. ** NOTE ** - Because we are searching the archives for a paywall-free copy, an archived copy must already exist.
Informations de Base sur l'Extension
Nom | |
ID | gpgghhebeahpmogdjpcjljcieghlcdfj |
URL Officiel | https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj |
Description | LEGALLY read news articles on the web for free |
Taille du Fichier | 29.29 KB |
Nombre d'Installations | 6,003 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2022-06-18 |
Date de Publication | 2022-06-18 |
Évaluation | 3.25/5 Total 8 Évaluations |
Développeur | Big Pineapple LLC |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Paywall", "version": "1.0.1", "manifest_version": 3, "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Bypass Paywall" }, "background": { "service_worker": "background.js" }, "description": "LEGALLY read news articles on the web for free", "permissions": [ "tabs" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |