Block domain's

This extension allows the user to block a domain that you dont want to see again

Block domain's là gì?

Block domain's là một tiện ích mở rộng Chrome được phát triển bởi Kay Bakhauge, và tính năng chính của nó là "This extension allows the user to block a domain that you dont want to see again".

Ả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 Block domain's

Tải xuống các tệp mở rộng Block domain's 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 block's domains you never want to see again. When blocked it will never open a tab with that website. You can export / import domain list.                    

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

Tên Block domain's Block domain's
ID phoaoepnfjffkaggaplhohlbpdpobllc
URL Chính Thức https://chrome.google.com/webstore/detail/block-domains/phoaoepnfjffkaggaplhohlbpdpobllc
Mô tả This extension allows the user to block a domain that you dont want to see again
Kích Thước Tệp 18.84 KB
Số Lần Cài Đặt 368
Phiên Bản Hiện Tại 1.0.0.2
Cập Nhật Lần Cuối 2017-10-11
Ngày Phát Hành 2017-10-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Kay Bakhauge
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Block domain's",
    "description": "This extension allows the user to block a domain that you dont want to see again",
    "version": "1.0.0.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "bp16.png",
        "24": "bp24.png",
        "32": "bp32.png",
        "64": "bp64.png",
        "128": "bp128.png"
    },
    "browser_action": {
        "default_icon": "bp16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "idle",
        "background"
    ]
}