广告屏蔽+页面元素隐藏助手
广告屏蔽+屏蔽广告、隐藏页面元素汉化修正版 by xplsy
Cos'è 广告屏蔽+页面元素隐藏助手?
广告屏蔽+页面元素隐藏助手 è un'estensione di Chrome sviluppata da xplsy, e la sua funzione principale è "广告屏蔽+屏蔽广告、隐藏页面元素汉化修正版 by xplsy".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 广告屏蔽+页面元素隐藏助手
Scarica i file di estensione 广告屏蔽+页面元素隐藏助手 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
屏蔽广告、隐藏页面元素汉化修正版,本扩展基于@Jfjj007汉化的AdBlock+ Element Hiding Helper制作而成,修复了原版和汉化版本的几个Bug,完全适应Adblock Plus的过滤规则。
备注:此扩展只用于隐藏页面广告元素,并不拦截请求。
更新记录:
2018.1.27 版本1.3.6 修复自定义订阅无法保存的bug
2017.9.29 应厂商要求改名避免侵权
2014.11.20 修复转换不支持的屏蔽规则导致屏蔽失败的bug
2014.7.8 版本1.3.3:修复了某些规则匹配出错的bug。
2014.5.8 版本1.3.2:添加了中文easylist订阅列表。 Informazioni di Base sull'Estensione
| Nome | |
| ID | ahieappfkblneagblagpodhjmnhcbfdn |
| URL Ufficiale | https://chromewebstore.google.com/detail/%E5%B9%BF%E5%91%8A%E5%B1%8F%E8%94%BD+%E9%A1%B5%E9%9D%A2%E5%85%83%E7%B4%A0%E9%9A%90%E8%97%8F%E5%8A%A9%E6%89%8B/ahieappfkblneagblagpodhjmnhcbfdn |
| Descrizione | 广告屏蔽+屏蔽广告、隐藏页面元素汉化修正版 by xplsy |
| Dimensione del File | 30.47 KB |
| Conteggio Installazioni | 1,855 |
| Versione Corrente | 1.3.6.0 |
| Ultimo Aggiornamento | 2018-01-27 |
| Data di Pubblicazione | 2018-01-27 |
| Valutazione | 3.90/5 Totale 30 Valutazioni |
| Sviluppatore | xplsy |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://code.google.com/p/adblock-element-hiding-helper/ |
| URL della Pagina di Aiuto | http://code.google.com/p/adblock-element-hiding-helper/issues/list |
| Lingue Supportate | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "menu.html"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"adblock.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "\u5e7f\u544a\u5c4f\u853d+\u5c4f\u853d\u5e7f\u544a\u3001\u9690\u85cf\u9875\u9762\u5143\u7d20\u6c49\u5316\u4fee\u6b63\u7248 by xplsy",
"icons": {
"128": "icon128.png"
},
"manifest_version": 2,
"name": "\u5e7f\u544a\u5c4f\u853d+\u9875\u9762\u5143\u7d20\u9690\u85cf\u52a9\u624b",
"options_page": "preferences.html",
"permissions": [
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
],
"version": "1.3.6.0"
} | |