Hide Business Promotion
Hide the current page's business promotions
Co to jest Hide Business Promotion?
Hide Business Promotion to rozszerzenie Chrome opracowane przez Zhou Zhikang, a jego główną funkcją jest „Hide the current page's business promotions”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hide Business Promotion
Pobierz pliki rozszerzeń Hide Business Promotion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Hide the current page's baidu business promotions.屏蔽百度搜索结果里的广告。
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | agijmdakbhibookfekonppeeapamghnb |
Oficjalny URL | https://chrome.google.com/webstore/detail/hide-business-promotion/agijmdakbhibookfekonppeeapamghnb |
Opis | Hide the current page's business promotions |
Rozmiar pliku | 16.58 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2017-03-07 |
Data Publikacji | 2017-03-07 |
Ocena | 4.80/5 Łącznie 5 Oceny |
Deweloper | Zhou Zhikang |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |