广告屏蔽+页面元素隐藏助手
广告屏蔽+屏蔽广告、隐藏页面元素汉化修正版 by xplsy
What is 广告屏蔽+页面元素隐藏助手?
广告屏蔽+页面元素隐藏助手 is a Chrome extension developed by xplsy, and its main feature is "广告屏蔽+屏蔽广告、隐藏页面元素汉化修正版 by xplsy".
Extension Screenshots
Download 广告屏蔽+页面元素隐藏助手 Extension CRX File
Download 广告屏蔽+页面元素隐藏助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        屏蔽广告、隐藏页面元素汉化修正版,本扩展基于@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订阅列表。                     Extension Basic Information
| Name |   |  
| ID | ahieappfkblneagblagpodhjmnhcbfdn | 
| Official URL | 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 | 
| Description | 广告屏蔽+屏蔽广告、隐藏页面元素汉化修正版 by xplsy | 
| File Size | 30.47 KB | 
| Installation Count | 1,855 | 
| Current Version | 1.3.6.0 | 
| Last Updated | 2018-01-27 | 
| Publish Date | 2018-01-27 | 
| Rating | 3.90/5 Total 30 Ratings | 
| Developer | xplsy | 
| Payment Type | free | 
| Extension Website | http://code.google.com/p/adblock-element-hiding-helper/ | 
| Help Page URL | http://code.google.com/p/adblock-element-hiding-helper/issues/list | 
| Supported Languages | 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"
}  |  |