Baibye
Say goodbye to Baidu's awful ads.
Wat is Baibye?
Baibye is een Chrome-extensie ontwikkeld door fuwangcosy, en de belangrijkste functie is "Say goodbye to Baidu's awful ads.".
Extensie Screenshots
Download het CRX-bestand van de extensie Baibye
Download Baibye-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
A chrome extension, install it and say goodbye to Baidu's awful ads. 一款简洁实用的chrome插件,能够屏蔽百度搜索上的推广词条。
Basisinformatie over de Extensie
Naam | |
ID | dgmodfciijdbgkhnlilcjpdcgnoafhcl |
Officiële URL | https://chromewebstore.google.com/detail/baibye/dgmodfciijdbgkhnlilcjpdcgnoafhcl |
Beschrijving | Say goodbye to Baidu's awful ads. |
Bestandsgrootte | 44.91 KB |
Aantal Installaties | 77 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2016-09-22 |
Publicatiedatum | 2016-09-22 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | fuwangcosy |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/filick/Baibye |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Baibye", "description": "Say goodbye to Baidu's awful ads.", "version": "1.3", "icons": { "128": "icon\/logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.baidu.com\/*", "http:\/\/www.baidu.com\/*" ], "js": [ "js\/jquery-1.12.3.min.js", "js\/ad.js" ], "run_at": "document_end" } ] } |