Hide Business Promotion

Hide the current page's business promotions

Apa itu Hide Business Promotion?

Hide Business Promotion adalah ekstensi Chrome yang dikembangkan oleh Zhou Zhikang, dan fitur utamanya adalah "Hide the current page's business promotions".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hide Business Promotion

Unduh file ekstensi Hide Business Promotion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Hide Business Promotion Hide Business Promotion
ID agijmdakbhibookfekonppeeapamghnb
URL Resmi https://chrome.google.com/webstore/detail/hide-business-promotion/agijmdakbhibookfekonppeeapamghnb
Deskripsi Hide the current page's business promotions
Ukuran File 16.58 KB
Jumlah Instalasi 30
Versi Saat Ini 1.3
Terakhir Diperbarui 2017-03-07
Tanggal Publikasi 2017-03-07
Penilaian 4.80/5 Total 5 Penilaian
Pengembang Zhou Zhikang
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}