Better Weibo (简微博)

Helps to get a better and cleaner experience with Sina Weibo.

What is Better Weibo (简微博)?

Better Weibo (简微博) is a Chrome extension developed by tianhe.uestc, and its main feature is "Helps to get a better and cleaner experience with Sina Weibo.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Better Weibo (简微博) Extension CRX File

Download Better 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

                        Sina Weibo re-designed. Introducing the new weibo, clean, neat, and better experience.

BetterWeibo基于新版新浪微博,对整体视觉效果重新设计,以更加简约的风格和体验展示新浪微博。设计核心围绕微博的阅读,力图减少微博界面对信息阅读和发布的干扰,提供一个更加干净、整洁的微博UI。


1. 保持按时间排序
2. 移除新浪微博广告
3. 移除新浪微博无聊的元素,比如badge、奥运、原版巨大的脚注之类的东西。
4. 移除各种不常用功能
5. 标题栏和左侧导航栏保持新微博数量提示。
6. 其它各种的细节调整,比如移除了企业微博的个性化界面

0.53
  保留分组功能,保留“微吧”。其它细节调整。
0.54
  增加对分辨率高度较低的情况(如高768、800的情况)的支持。
0.58
  默认隐藏单独分行显示的用户昵称。
0.60
  允许固定顶部微博发布框
  移除“微博推广”
  将“密友”并入“分组”
0.65
  针对合并转发进行优化
0.72
  移除登录“完善资料”页面                    

Extension Basic Information

Name Better Weibo (简微博) Better Weibo (简微博)
ID lbokfplgncmdeogdbkgjpogpkkbockmm
Official URL https://chrome.google.com/webstore/detail/better-weibo-%E7%AE%80%E5%BE%AE%E5%8D%9A/lbokfplgncmdeogdbkgjpogpkkbockmm
Description Helps to get a better and cleaner experience with Sina Weibo.
File Size 157 KB
Installation Count 218
Current Version 0.72
Last Updated 2014-01-11
Publish Date 2014-01-11
Rating 3.79/5 Total 34 Ratings
Developer tianhe.uestc
Payment Type free
Extension Website http://www.isweetriver.com
Help Page URL http://www.isweetriver.com/betterweibo
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Weibo (\u7b80\u5fae\u535a)",
    "version": "0.72",
    "manifest_version": 2,
    "description": "Helps to get a better and cleaner experience with Sina Weibo.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery\/jquery.min.js",
                "jquery\/jquery-ui.min.js",
                "betterweibo.js"
            ],
            "matches": [
                "http:\/\/www.weibo.com\/*",
                "http:\/\/weibo.com\/*",
                "http:\/\/e.weibo.com\/*",
                "https:\/\/www.weibo.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "style.css",
        "less.min.js",
        "img\/search_icon.png",
        "img\/gear.png",
        "img\/edit.png",
        "img\/pin.png",
        "img\/pin_fixed.png"
    ],
    "incognito": "spanning",
    "default_locale": "en",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs"
    ]
}