Clean Weibo (简洁微博)
新浪微博(weibo.com)非官方功能增强插件,可以无限制地屏蔽推广微博,还您一个清爽干净的微博!
What is Clean Weibo (简洁微博)?
Clean Weibo (简洁微博) is a Chrome extension developed by http://www.naaln.com, and its main feature is "新浪微博(weibo.com)非官方功能增强插件,可以无限制地屏蔽推广微博,还您一个清爽干净的微博!".
Extension Screenshots
Download Clean Weibo (简洁微博) Extension CRX File
Download Clean Weibo (简洁微博) 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
新浪微博(weibo.com)非官方功能增强插件,可以无限制地去除页面广告,还您一个清爽干净的微博! 【最新版本】v0.1.1(2014/10/28) - 支持新版微博(V6) - 插件设置移动到顶部工具栏设置菜单(齿轮图标)内 - 可以屏蔽热门微博(发现/精选)页面上的微博 - 可以清除搜索框推介话题(“大家正在热搜”) - 可以在首页展开消息导航栏 - 可以清除发布框默认话题 - 隐藏微博页面的某些版块(如广告、“可能感兴趣的人”)
Extension Basic Information
Name | |
ID | kmdgmmpnphglgbnhokagbgenfjnmcemo |
Official URL | https://chrome.google.com/webstore/detail/clean-weibo-%E7%AE%80%E6%B4%81%E5%BE%AE%E5%8D%9A/kmdgmmpnphglgbnhokagbgenfjnmcemo |
Description | 新浪微博(weibo.com)非官方功能增强插件,可以无限制地屏蔽推广微博,还您一个清爽干净的微博! |
File Size | 63.46 KB |
Installation Count | 321 |
Current Version | 0.1.2 |
Last Updated | 2014-10-27 |
Publish Date | 2014-10-27 |
Rating | 4.78/5 Total 9 Ratings |
Developer | http://www.naaln.com |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Weibo (\u7b80\u6d01\u5fae\u535a)", "version": "0.1.2", "description": "\u65b0\u6d6a\u5fae\u535a\uff08weibo.com\uff09\u975e\u5b98\u65b9\u529f\u80fd\u589e\u5f3a\u63d2\u4ef6\uff0c\u53ef\u4ee5\u65e0\u9650\u5236\u5730\u5c4f\u853d\u63a8\u5e7f\u5fae\u535a\uff0c\u8fd8\u60a8\u4e00\u4e2a\u6e05\u723d\u5e72\u51c0\u7684\u5fae\u535a\uff01", "icons": { "128": "icon_128.png", "64": "icon_64.png", "32": "icon_32.png" }, "content_scripts": [ { "matches": [ "http:\/\/weibo.com\/*", "https:\/\/weibo.com\/*", "http:\/\/*.weibo.com\/*", "https:\/\/*.weibo.com\/*" ], "js": [ "js\/jquery.js", "js\/clean.js" ], "css": [ "css\/style.css" ] } ], "manifest_version": 2 } |