Widened Weibo

加宽版微博,充分利用屏幕空间

What is Widened Weibo?

Widened Weibo is a Chrome extension developed by http://kookxiang.com, and its main feature is "加宽版微博,充分利用屏幕空间".

Extension Screenshots

screenshot

Download Widened Weibo Extension CRX File

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

                        FORCE wide-screen support for Weibo.COM

使用纯净CSS生产,无需担心性能。
Written in PURE CSS, won't slow down your computer.

部分界面添加 CSS3 动画效果
Additional CSS3 transform effects.

==========

如果需要过滤 Weibo.COM 的广告,请安装 Adblock Plus 拓展,并订阅以下广告过滤清单:
  http://www.ikk.me/kklist.txt

If you wish to remove ads from Weibo.COM, please refer to extension called "Adblock Plus", and subscribe the above file.                    

Extension Basic Information

Name Widened Weibo Widened Weibo
ID poeminakmaicndcgkcnoekebemihijnf
Official URL https://chrome.google.com/webstore/detail/widened-weibo/poeminakmaicndcgkcnoekebemihijnf
Description 加宽版微博,充分利用屏幕空间
File Size 4.34 KB
Installation Count 13
Current Version 1.0.0.5
Last Updated 2013-12-21
Publish Date 2013-12-21
Rating 5.00/5 Total 2 Ratings
Developer http://kookxiang.com
Email [email protected]
Payment Type free
Extension Website http://www.ikk.me
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u52a0\u5bbd\u7248\u5fae\u535a\uff0c\u5145\u5206\u5229\u7528\u5c4f\u5e55\u7a7a\u95f4",
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/weibo.com\/*",
                "http:\/\/www.weibo.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Widened Weibo",
    "permissions": [
        "http:\/\/weibo.com\/*",
        "http:\/\/www.weibo.com\/*"
    ],
    "version": "1.0.0.5",
    "web_accessible_resources": [
        "style.css"
    ]
}