Paywall Hopper
Replaces paywalled URL with unpaywalled URL.
Qu'est-ce que Paywall Hopper ?
Paywall Hopper est une extension Chrome développée par magnus.ahmad, et sa fonction principale est "Replaces paywalled URL with unpaywalled URL.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Paywall Hopper
Téléchargez les fichiers d'extension Paywall Hopper 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
This extension tries to keep the internet free by using url methods to remove paywalls on websites. Simply click the extension button and you will be redirected to an unpaywalled version of the website.
Informations de Base sur l'Extension
Nom | |
ID | hbncgfkfgifijadbfdlmlegngnjhkfhn |
URL Officiel | https://chrome.google.com/webstore/detail/paywall-hopper/hbncgfkfgifijadbfdlmlegngnjhkfhn |
Description | Replaces paywalled URL with unpaywalled URL. |
Taille du Fichier | 64.64 KB |
Nombre d'Installations | 623 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-09-30 |
Date de Publication | 2022-09-30 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | magnus.ahmad |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Paywall Hopper", "version": "1.0", "manifest_version": 3, "description": "Replaces paywalled URL with unpaywalled URL.", "permissions": [ "tabs", "scripting" ], "background": { "service_worker": "background.js" }, "action": [], "icons": { "16": "hopper.png", "48": "hopper.png", "128": "hopper.png" } } |