Hide Business Promotion

Hide the current page's business promotions

Cos'è Hide Business Promotion?

Hide Business Promotion è un'estensione di Chrome sviluppata da Zhou Zhikang, e la sua funzione principale è "Hide the current page's business promotions".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hide Business Promotion

Scarica i file di estensione Hide Business Promotion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Hide Business Promotion Hide Business Promotion
ID agijmdakbhibookfekonppeeapamghnb
URL Ufficiale https://chrome.google.com/webstore/detail/hide-business-promotion/agijmdakbhibookfekonppeeapamghnb
Descrizione Hide the current page's business promotions
Dimensione del File 16.58 KB
Conteggio Installazioni 30
Versione Corrente 1.3
Ultimo Aggiornamento 2017-03-07
Data di Pubblicazione 2017-03-07
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore Zhou Zhikang
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}