Hide Business Promotion
Hide the current page's business promotions
什么是Hide Business Promotion?
Hide Business Promotion是由Zhou Zhikang开发的Chrome扩展程序,该扩展的主要功能是“Hide the current page's business promotions”。
扩展截图
下载Hide Business Promotion扩展crx文件
下载Hide Business Promotion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hide the current page's baidu business promotions.屏蔽百度搜索结果里的广告。
扩展基本信息
名称 | |
ID | agijmdakbhibookfekonppeeapamghnb |
官方URL | https://chrome.google.com/webstore/detail/hide-business-promotion/agijmdakbhibookfekonppeeapamghnb |
简介 | Hide the current page's business promotions |
文件大小 | 16.58 KB |
安装次数 | 30 |
当前版本 | 1.3 |
更新时间 | 2017-03-07 |
上架时间 | 2017-03-07 |
评分 | 4.80/5 共5次评分 |
开发者 | Zhou Zhikang |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |