better weibo v6

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

Cos'è better weibo v6?

better weibo v6 è un'estensione di Chrome sviluppata da ben7th, e la sua funzione principale è "自动改良新浪微博 v6 界面样式".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione better weibo v6

Scarica i file di estensione better weibo v6 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

changelog:

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

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

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

Informazioni di Base sull'Estensione

Nome better weibo v6 better weibo v6
ID cnjhghfombeaadgalejoedpfhgmoohlh
URL Ufficiale https://chrome.google.com/webstore/detail/better-weibo-v6/cnjhghfombeaadgalejoedpfhgmoohlh
Descrizione 自动改良新浪微博 v6 界面样式
Dimensione del File 28.83 KB
Conteggio Installazioni 61
Versione Corrente 0.0.4.5
Ultimo Aggiornamento 2015-06-15
Data di Pubblicazione 2015-06-15
Sviluppatore ben7th
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}