微博洗刷刷

去除微博中的广告,清理不感兴趣的内容。无需设置,不改变微博原貌。开源插件,安全可靠。

What is 微博洗刷刷?

微博洗刷刷 is a Chrome extension developed by Zhang Xin, and its main feature is "去除微博中的广告,清理不感兴趣的内容。无需设置,不改变微博原貌。开源插件,安全可靠。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

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

                        目前最简单好用的微博净化插件.

清理微博中的广告。
隐藏不想要的栏目。
清理提示。

不改变微博原貌。
清理规则实时更新。
方便,开源,安全。

v1.5.0更新:增强了动态内容的过滤。
v1.4.1更新: 更新了过滤选项,优化了微博分享按钮。
v1.4.0更新: 使用JSHint检查代码质量, 增加了更新提示。
v1.3.4更新: 新增可选的“好友关注”过滤。

Gitbub主页:
http://zhangxin840.github.io/weiboWasher/

插件作者:
张鑫 http://weibo.com/mjxzg

原画:
我是大巧 http://weibo.com/u/1785489211

平面设计:
Simon

感谢参与测试的朋友们。

有问题的话咱们微博交流:
http://weibo.com/mjxzg                    

Extension Basic Information

Name 微博洗刷刷 微博洗刷刷
ID pboegggfndemleaecklchlhmaaacbpoo
Official URL https://chromewebstore.google.com/detail/%E5%BE%AE%E5%8D%9A%E6%B4%97%E5%88%B7%E5%88%B7/pboegggfndemleaecklchlhmaaacbpoo
Description 去除微博中的广告,清理不感兴趣的内容。无需设置,不改变微博原貌。开源插件,安全可靠。
File Size 98.73 KB
Installation Count 587
Current Version 1.5.0
Last Updated 2013-07-14
Publish Date 2013-07-14
Rating 4.79/5 Total 14 Ratings
Developer Zhang Xin
Payment Type free
Extension Website http://zhangxin840.github.io/weiboWasher/
Help Page URL http://zhangxin840.github.io/weiboWasher/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5fae\u535a\u6d17\u5237\u5237",
    "version": "1.5.0",
    "description": "\u53bb\u9664\u5fae\u535a\u4e2d\u7684\u5e7f\u544a\uff0c\u6e05\u7406\u4e0d\u611f\u5174\u8da3\u7684\u5185\u5bb9\u3002\u65e0\u9700\u8bbe\u7f6e\uff0c\u4e0d\u6539\u53d8\u5fae\u535a\u539f\u8c8c\u3002\u5f00\u6e90\u63d2\u4ef6\uff0c\u5b89\u5168\u53ef\u9760\u3002",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/*.github.com\/zhangxin840\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.weibo.com\/*"
            ],
            "js": [
                "jquery.js",
                "contentScript.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "\u5fae\u535a\u6d17\u5237\u5237",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}