Hide Business Promotion
Hide the current page's business promotions
Was ist Hide Business Promotion?
Hide Business Promotion ist eine Chrome-Erweiterung, die von Zhou Zhikang entwickelt wurde, und ihr Hauptmerkmal ist "Hide the current page's business promotions".
Erweiterungsscreenshots
Hide Business Promotion-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hide Business Promotion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Hide the current page's baidu business promotions.屏蔽百度搜索结果里的广告。
Grundlegende Informationen zur Erweiterung
Name | |
ID | agijmdakbhibookfekonppeeapamghnb |
Offizielle URL | https://chrome.google.com/webstore/detail/hide-business-promotion/agijmdakbhibookfekonppeeapamghnb |
Beschreibung | Hide the current page's business promotions |
Dateigröße | 16.58 KB |
Installationsanzahl | 30 |
Aktuelle Version | 1.3 |
Letztes Update | 2017-03-07 |
Veröffentlichungsdatum | 2017-03-07 |
Bewertung | 4.80/5 Insgesamt 5 Bewertungen |
Entwickler | Zhou Zhikang |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |