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