overTheWall
an extension to bypass paywalls Keppo
What is overTheWall?
overTheWall is a Chrome extension developed by juuzou, and its main feature is "an extension to bypass paywalls Keppo".
Extension Screenshots
Download overTheWall Extension CRX File
Download overTheWall extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Facilitate the process of reading articles online. overTheWall offers unlimited browsing in certain greek newspapers without having to subscribe or register.
Extension Basic Information
Name | |
ID | imlhbmbpdmlmahbjfhiclpinoamgljaf |
Official URL | https://chrome.google.com/webstore/detail/overthewall/imlhbmbpdmlmahbjfhiclpinoamgljaf |
Description | an extension to bypass paywalls Keppo |
File Size | 47.44 KB |
Installation Count | 266 |
Current Version | 1.0.0 |
Last Updated | 2019-12-20 |
Publish Date | 2019-12-20 |
Rating | 1.00/5 Total 1 Ratings |
Developer | juuzou |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |