overTheWall

an extension to bypass paywalls Keppo

什么是overTheWall?

overTheWall是由juuzou开发的Chrome扩展程序,该扩展的主要功能是“an extension to bypass paywalls Keppo”。

扩展截图

screenshot
screenshot

下载overTheWall扩展crx文件

下载overTheWall扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Facilitate the process of reading articles online. overTheWall offers unlimited browsing in certain greek newspapers without having to subscribe or register.                    

扩展基本信息

名称 overTheWall overTheWall
ID imlhbmbpdmlmahbjfhiclpinoamgljaf
官方URL https://chrome.google.com/webstore/detail/overthewall/imlhbmbpdmlmahbjfhiclpinoamgljaf
简介 an extension to bypass paywalls Keppo
文件大小 47.44 KB
安装次数 266
当前版本 1.0.0
更新时间 2019-12-20
上架时间 2019-12-20
评分 1.00/5 共1次评分
开发者 juuzou
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}