Paywall Hopper
Replaces paywalled URL with unpaywalled URL.
Vad är Paywall Hopper?
Paywall Hopper är en Chrome-tillägg utvecklad av magnus.ahmad, och dess huvudfunktion är "Replaces paywalled URL with unpaywalled URL.".
Tilläggsskärmbilder
Ladda ner Paywall Hopper-förlängningens CRX-fil
Ladda ner Paywall Hopper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | hbncgfkfgifijadbfdlmlegngnjhkfhn |
Officiell webbadress | https://chrome.google.com/webstore/detail/paywall-hopper/hbncgfkfgifijadbfdlmlegngnjhkfhn |
Beskrivning | Replaces paywalled URL with unpaywalled URL. |
Filstorlek | 64.64 KB |
Antal Installationer | 623 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-09-30 |
Publiceringsdatum | 2022-09-30 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | magnus.ahmad |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |