Hide Business Promotion

Hide the current page's business promotions

Hide Business Promotion là gì?

Hide Business Promotion là một tiện ích mở rộng Chrome được phát triển bởi Zhou Zhikang, và tính năng chính của nó là "Hide the current page's business promotions".

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

screenshot

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

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

                        Hide the current page's baidu business promotions.屏蔽百度搜索结果里的广告。                    

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

Tên Hide Business Promotion Hide Business Promotion
ID agijmdakbhibookfekonppeeapamghnb
URL Chính Thức https://chrome.google.com/webstore/detail/hide-business-promotion/agijmdakbhibookfekonppeeapamghnb
Mô tả Hide the current page's business promotions
Kích Thước Tệp 16.58 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2017-03-07
Ngày Phát Hành 2017-03-07
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Zhou Zhikang
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Business Promotion",
    "description": "Hide the current page's business promotions",
    "version": "1.3",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.baidu.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Hide this page's business promotions"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}