Paywall Hopper
Replaces paywalled URL with unpaywalled URL.
Wat is Paywall Hopper?
Paywall Hopper is een Chrome-extensie ontwikkeld door magnus.ahmad, en de belangrijkste functie is "Replaces paywalled URL with unpaywalled URL.".
Extensie Screenshots
Download het CRX-bestand van de extensie Paywall Hopper
Download Paywall Hopper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hbncgfkfgifijadbfdlmlegngnjhkfhn |
Officiële URL | https://chrome.google.com/webstore/detail/paywall-hopper/hbncgfkfgifijadbfdlmlegngnjhkfhn |
Beschrijving | Replaces paywalled URL with unpaywalled URL. |
Bestandsgrootte | 64.64 KB |
Aantal Installaties | 623 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-09-30 |
Publicatiedatum | 2022-09-30 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | magnus.ahmad |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |