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
官方網址 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"
}