Paywall Hopper
Replaces paywalled URL with unpaywalled URL.
Cos'è Paywall Hopper?
Paywall Hopper è un'estensione di Chrome sviluppata da magnus.ahmad, e la sua funzione principale è "Replaces paywalled URL with unpaywalled URL.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Paywall Hopper
Scarica i file di estensione Paywall Hopper 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | hbncgfkfgifijadbfdlmlegngnjhkfhn |
URL Ufficiale | https://chrome.google.com/webstore/detail/paywall-hopper/hbncgfkfgifijadbfdlmlegngnjhkfhn |
Descrizione | Replaces paywalled URL with unpaywalled URL. |
Dimensione del File | 64.64 KB |
Conteggio Installazioni | 623 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-09-30 |
Data di Pubblicazione | 2022-09-30 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | magnus.ahmad |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |