Paywall Hopper
Replaces paywalled URL with unpaywalled URL.
Co to jest Paywall Hopper?
Paywall Hopper to rozszerzenie Chrome opracowane przez magnus.ahmad, a jego główną funkcją jest „Replaces paywalled URL with unpaywalled URL.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Paywall Hopper
Pobierz pliki rozszerzeń Paywall Hopper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hbncgfkfgifijadbfdlmlegngnjhkfhn |
Oficjalny URL | https://chrome.google.com/webstore/detail/paywall-hopper/hbncgfkfgifijadbfdlmlegngnjhkfhn |
Opis | Replaces paywalled URL with unpaywalled URL. |
Rozmiar pliku | 64.64 KB |
Liczba instalacji | 623 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-09-30 |
Data Publikacji | 2022-09-30 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | magnus.ahmad |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |