Break the wall

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

什么是Break the wall?

Break the wall是由https://erasmo.dev开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to read any website without distractions or ads of any type”。

扩展截图

screenshot
screenshot

下载Break the wall扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Break the wall Break the wall
ID nibfdabgnekfamcpaghohhhgbbjoflha
官方URL https://chromewebstore.google.com/detail/break-the-wall/nibfdabgnekfamcpaghohhhgbbjoflha
简介 This extension allows you to read any website without distractions or ads of any type
文件大小 45.81 KB
安装次数 1,270
当前版本 2.0.0
更新时间 2022-08-16
上架时间 2020-09-04
评分 3.29/5 共7次评分
开发者 https://erasmo.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://erasmo.dev
帮助页面URL https://erasmo.dev
支持的语言 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"
    }
}