Hide Business Promotion
Hide the current page's business promotions
What is Hide Business Promotion?
Hide Business Promotion is a Chrome extension developed by Zhou Zhikang, and its main feature is "Hide the current page's business promotions".
Extension Screenshots
Download Hide Business Promotion Extension CRX File
Download Hide Business Promotion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hide the current page's baidu business promotions.屏蔽百度搜索结果里的广告。
Extension Basic Information
Name | |
ID | agijmdakbhibookfekonppeeapamghnb |
Official URL | https://chrome.google.com/webstore/detail/hide-business-promotion/agijmdakbhibookfekonppeeapamghnb |
Description | Hide the current page's business promotions |
File Size | 16.58 KB |
Installation Count | 30 |
Current Version | 1.3 |
Last Updated | 2017-03-07 |
Publish Date | 2017-03-07 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Zhou Zhikang |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |