微博洗刷刷
去除微博中的广告,清理不感兴趣的内容。无需设置,不改变微博原貌。开源插件,安全可靠。
Wat is 微博洗刷刷?
微博洗刷刷 is een Chrome-extensie ontwikkeld door Zhang Xin, en de belangrijkste functie is "去除微博中的广告,清理不感兴趣的内容。无需设置,不改变微博原貌。开源插件,安全可靠。".
Extensie Screenshots
Download het CRX-bestand van de extensie 微博洗刷刷
Download 微博洗刷刷-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
目前最简单好用的微博净化插件. 清理微博中的广告。 隐藏不想要的栏目。 清理提示。 不改变微博原貌。 清理规则实时更新。 方便,开源,安全。 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
Basisinformatie over de Extensie
Naam | 微博洗刷刷 |
ID | pboegggfndemleaecklchlhmaaacbpoo |
Officiële URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E5%8D%9A%E6%B4%97%E5%88%B7%E5%88%B7/pboegggfndemleaecklchlhmaaacbpoo |
Beschrijving | 去除微博中的广告,清理不感兴趣的内容。无需设置,不改变微博原貌。开源插件,安全可靠。 |
Bestandsgrootte | 98.73 KB |
Aantal Installaties | 587 |
Huidige Versie | 1.5.0 |
Laatst Bijgewerkt | 2013-07-14 |
Publicatiedatum | 2013-07-14 |
Beoordeling | 4.79/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Zhang Xin |
Betalingswijze | free |
Extensiewebsite | http://zhangxin840.github.io/weiboWasher/ |
Help Pagina-URL | http://zhangxin840.github.io/weiboWasher/ |
Ondersteunde Talen | 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 } |