overTheWall

an extension to bypass paywalls Keppo

overTheWall là gì?

overTheWall là một tiện ích mở rộng Chrome được phát triển bởi juuzou, và tính năng chính của nó là "an extension to bypass paywalls Keppo".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng overTheWall

Tải xuống các tệp mở rộng overTheWall dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên overTheWall overTheWall
ID imlhbmbpdmlmahbjfhiclpinoamgljaf
URL Chính Thức https://chrome.google.com/webstore/detail/overthewall/imlhbmbpdmlmahbjfhiclpinoamgljaf
Mô tả an extension to bypass paywalls Keppo
Kích Thước Tệp 47.44 KB
Số Lần Cài Đặt 266
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-12-20
Ngày Phát Hành 2019-12-20
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển juuzou
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}