Hide Business Promotion
Hide the current page's business promotions
Wat is Hide Business Promotion?
Hide Business Promotion is een Chrome-extensie ontwikkeld door Zhou Zhikang, en de belangrijkste functie is "Hide the current page's business promotions".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide Business Promotion
Download Hide Business Promotion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hide the current page's baidu business promotions.屏蔽百度搜索结果里的广告。
Basisinformatie over de Extensie
Naam | |
ID | agijmdakbhibookfekonppeeapamghnb |
Officiële URL | https://chrome.google.com/webstore/detail/hide-business-promotion/agijmdakbhibookfekonppeeapamghnb |
Beschrijving | Hide the current page's business promotions |
Bestandsgrootte | 16.58 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2017-03-07 |
Publicatiedatum | 2017-03-07 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Zhou Zhikang |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |