overTheWall
an extension to bypass paywalls Keppo
Wat is overTheWall?
overTheWall is een Chrome-extensie ontwikkeld door juuzou, en de belangrijkste functie is "an extension to bypass paywalls Keppo".
Extensie Screenshots
Download het CRX-bestand van de extensie overTheWall
Download overTheWall-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
Facilitate the process of reading articles online. overTheWall offers unlimited browsing in certain greek newspapers without having to subscribe or register.
Basisinformatie over de Extensie
Naam | |
ID | imlhbmbpdmlmahbjfhiclpinoamgljaf |
Officiële URL | https://chrome.google.com/webstore/detail/overthewall/imlhbmbpdmlmahbjfhiclpinoamgljaf |
Beschrijving | an extension to bypass paywalls Keppo |
Bestandsgrootte | 47.44 KB |
Aantal Installaties | 266 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-12-20 |
Publicatiedatum | 2019-12-20 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | juuzou |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |