Bouncer

Bouncer is the simplest URL Blocker extention there is.

什么是Bouncer?

Bouncer是由Greg GMCOLAB开发的Chrome扩展程序,该扩展的主要功能是“Bouncer is the simplest URL Blocker extention there is.”。

扩展截图

screenshot
screenshot
screenshot

下载Bouncer扩展crx文件

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

扩展使用说明

                        Bouncer is the simplest URL blocker extension there is. Simply add any URLs that you wish to block and Bouncer will make sure they will never bother you again. 
Brought to you by GMCOLAB.                    

扩展基本信息

名称 Bouncer Bouncer
ID cahacokejmfdfanaahkiehiakkfhmejl
官方URL https://chromewebstore.google.com/detail/bouncer/cahacokejmfdfanaahkiehiakkfhmejl
简介 Bouncer is the simplest URL Blocker extention there is.
文件大小 59.32 KB
安装次数 22
当前版本 1.0
更新时间 2020-12-20
上架时间 2020-12-14
评分 5.00/5 共3次评分
开发者 Greg GMCOLAB
电子邮箱 [email protected]
付费类型 free
扩展官网 https://gmcolab.com/
帮助页面URL https://gmcolab.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Grigoris Chatzinikolaou",
    "name": "Bouncer",
    "version": "1.0",
    "description": "Bouncer is the simplest URL Blocker extention there is.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}