Break the wall

This extension allows you to read any website without distractions or ads of any type

Break the wall là gì?

Break the wall là một tiện ích mở rộng Chrome được phát triển bởi https://erasmo.dev, và tính năng chính của nó là "This extension allows you to read any website without distractions or ads of any type".

Ả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 Break the wall

Tải xuống các tệp mở rộng Break the wall 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

                        This extension remove PAYWALLS from ANY website.

If the bad PAYWALL of any page is breaking your concentration, just BREAK THE WALL!

-- Version 2.0.0 -- 

- Outline service was shutdown, replaced by https://12ft.io/

-- Version 1.0.1 -- 

- Removed useless logic.
- Performance Optimizations.                    

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

Tên Break the wall Break the wall
ID nibfdabgnekfamcpaghohhhgbbjoflha
URL Chính Thức https://chromewebstore.google.com/detail/break-the-wall/nibfdabgnekfamcpaghohhhgbbjoflha
Mô tả This extension allows you to read any website without distractions or ads of any type
Kích Thước Tệp 45.81 KB
Số Lần Cài Đặt 1,270
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-08-16
Ngày Phát Hành 2020-09-04
Đánh Giá 3.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://erasmo.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://erasmo.dev
URL Trang Trợ Giúp https://erasmo.dev
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Break the wall",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "This extension allows you to read any website without distractions or ads of any type",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}