Hide Business Promotion

Hide the current page's business promotions

Vad är Hide Business Promotion?

Hide Business Promotion är en Chrome-tillägg utvecklad av Zhou Zhikang, och dess huvudfunktion är "Hide the current page's business promotions".

Tilläggsskärmbilder

screenshot

Ladda ner Hide Business Promotion-förlängningens CRX-fil

Ladda ner Hide Business Promotion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Hide Business Promotion Hide Business Promotion
ID agijmdakbhibookfekonppeeapamghnb
Officiell webbadress https://chrome.google.com/webstore/detail/hide-business-promotion/agijmdakbhibookfekonppeeapamghnb
Beskrivning Hide the current page's business promotions
Filstorlek 16.58 KB
Antal Installationer 30
Aktuell Version 1.3
Senast Uppdaterad 2017-03-07
Publiceringsdatum 2017-03-07
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare Zhou Zhikang
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}