overTheWall
an extension to bypass paywalls Keppo
Cos'è overTheWall?
overTheWall è un'estensione di Chrome sviluppata da juuzou, e la sua funzione principale è "an extension to bypass paywalls Keppo".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione overTheWall
Scarica i file di estensione overTheWall in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Facilitate the process of reading articles online. overTheWall offers unlimited browsing in certain greek newspapers without having to subscribe or register.
Informazioni di Base sull'Estensione
Nome | |
ID | imlhbmbpdmlmahbjfhiclpinoamgljaf |
URL Ufficiale | https://chrome.google.com/webstore/detail/overthewall/imlhbmbpdmlmahbjfhiclpinoamgljaf |
Descrizione | an extension to bypass paywalls Keppo |
Dimensione del File | 47.44 KB |
Conteggio Installazioni | 266 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-12-20 |
Data di Pubblicazione | 2019-12-20 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | juuzou |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |