Bouncer

Bouncer is the simplest URL Blocker extention there is.

Bouncer là gì?

Bouncer là một tiện ích mở rộng Chrome được phát triển bởi Greg GMCOLAB, và tính năng chính của nó là "Bouncer is the simplest URL Blocker extention there is.".

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

screenshot
screenshot
screenshot

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

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

                        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.                    

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

Tên Bouncer Bouncer
ID cahacokejmfdfanaahkiehiakkfhmejl
URL Chính Thức https://chromewebstore.google.com/detail/bouncer/cahacokejmfdfanaahkiehiakkfhmejl
Mô tả Bouncer is the simplest URL Blocker extention there is.
Kích Thước Tệp 59.32 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-12-20
Ngày Phát Hành 2020-12-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Greg GMCOLAB
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gmcolab.com/
URL Trang Trợ Giúp https://gmcolab.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}