better weibo v6

自动改良新浪微博 v6 界面样式

What is better weibo v6?

better weibo v6 is a Chrome extension developed by ben7th, and its main feature is "自动改良新浪微博 v6 界面样式".

Extension Screenshots

screenshot

Download better weibo v6 Extension CRX File

Download better weibo v6 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

                        这是一个用来改善微博新版(v6 版)界面的 chrome 插件。
安装并生效之后,只要打开新浪微博,插件会自动起作用,调整新版微博的版面。
可以通过右上角的图标打开和关闭样式调整效果。

特别注明:这个插件只是进行样式细节的许多微调。
如果你需要的是微博急简或 FaWave 那样整体大调功能特性的工具。那么请无视这个插件 :)

changelog:

0.0.4.5
- 去掉亚洲新歌榜和天猫年中大促

0.0.4.4
- 微博又把个人页的区块间距调回去了。。所以本插件版面乱掉了。。好吧,跟着调回去。

0.0.4.3
- 由于微博原始界面调整了个人页区块间距,本插件进行了相应的一些调整以适配
- 由于“发现”界面已经套用了v6样式,本插件针对此页面进行相应的适配
- 修正了一些零碎的间距问题                    

Extension Basic Information

Name better weibo v6 better weibo v6
ID cnjhghfombeaadgalejoedpfhgmoohlh
Official URL https://chrome.google.com/webstore/detail/better-weibo-v6/cnjhghfombeaadgalejoedpfhgmoohlh
Description 自动改良新浪微博 v6 界面样式
File Size 28.83 KB
Installation Count 61
Current Version 0.0.4.5
Last Updated 2015-06-15
Publish Date 2015-06-15
Developer ben7th
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "better weibo v6",
    "version": "0.0.4.5",
    "description": "\u81ea\u52a8\u6539\u826f\u65b0\u6d6a\u5fae\u535a v6 \u754c\u9762\u6837\u5f0f",
    "page_action": {
        "default_title": "\u66f4\u53cb\u597d\u7684\u5fae\u535a v6",
        "default_icon": "icons\/icon_19_color.png"
    },
    "icons": {
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*.weibo.com\/*",
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.weibo.com\/*"
            ],
            "css": [
                "css\/weibo.css",
                "css\/remove_ads.css"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ]
}