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 |
官方網址 | 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 } |