Hide Business Promotion

Hide the current page's business promotions

Hvad er Hide Business Promotion?

Hide Business Promotion er en Chrome-udvidelse udviklet af Zhou Zhikang, og dens hovedfunktion er "Hide the current page's business promotions".

Udvidelsesskærmbilleder

screenshot

Download Hide Business Promotion-udvidelses-CRX-fil

Download Hide Business Promotion-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Hide Business Promotion Hide Business Promotion
ID agijmdakbhibookfekonppeeapamghnb
Officiel URL https://chrome.google.com/webstore/detail/hide-business-promotion/agijmdakbhibookfekonppeeapamghnb
Beskrivelse Hide the current page's business promotions
Filstørrelse 16.58 KB
Antal Installationer 30
Nuværende Version 1.3
Senest Opdateret 2017-03-07
Udgivelsesdato 2017-03-07
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler Zhou Zhikang
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}