Paywall Hopper
Replaces paywalled URL with unpaywalled URL.
O que é Paywall Hopper?
Paywall Hopper é uma extensão do Chrome desenvolvida por magnus.ahmad, e sua principal característica é "Replaces paywalled URL with unpaywalled URL.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Paywall Hopper
Baixe arquivos de extensão Paywall Hopper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hbncgfkfgifijadbfdlmlegngnjhkfhn |
URL Oficial | https://chrome.google.com/webstore/detail/paywall-hopper/hbncgfkfgifijadbfdlmlegngnjhkfhn |
Descrição | Replaces paywalled URL with unpaywalled URL. |
Tamanho do Arquivo | 64.64 KB |
Contagem de Instalações | 623 |
Versão Atual | 1.0 |
Última Atualização | 2022-09-30 |
Data de Publicação | 2022-09-30 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | magnus.ahmad |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |