overTheWall
an extension to bypass paywalls Keppo
O que é overTheWall?
overTheWall é uma extensão do Chrome desenvolvida por juuzou, e sua principal característica é "an extension to bypass paywalls Keppo".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão overTheWall
Baixe arquivos de extensão overTheWall 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
Facilitate the process of reading articles online. overTheWall offers unlimited browsing in certain greek newspapers without having to subscribe or register.
Informações Básicas da Extensão
Nome | |
ID | imlhbmbpdmlmahbjfhiclpinoamgljaf |
URL Oficial | https://chrome.google.com/webstore/detail/overthewall/imlhbmbpdmlmahbjfhiclpinoamgljaf |
Descrição | an extension to bypass paywalls Keppo |
Tamanho do Arquivo | 47.44 KB |
Contagem de Instalações | 266 |
Versão Atual | 1.0.0 |
Última Atualização | 2019-12-20 |
Data de Publicação | 2019-12-20 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | juuzou |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.tanea.gr\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "LogoMakr_1gMTlP.png" } }, "description": "an extension to bypass paywalls Keppo", "manifest_version": 2, "name": "overTheWall", "options_ui": { "page": "options.html" }, "version": "1.0.0" } |