Twitter Debubbler

Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.

什么是Twitter Debubbler?

Twitter Debubbler是由Liquid Nitrogen开发的Chrome扩展程序,该扩展的主要功能是“Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.”。

扩展截图

screenshot
screenshot

下载Twitter Debubbler扩展crx文件

下载Twitter Debubbler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Not yet ready for Twitter's new "bubbly" design? Fear not, because with Twitter Debubbler™ everything remains like you know and love it!

Updated to version 0.2.4 to include night mode and Tweetdeck support!                    

扩展基本信息

名称 Twitter Debubbler Twitter Debubbler
ID hkjoicffkkieieemalcahjhhknneoapn
官方URL https://chromewebstore.google.com/detail/twitter-debubbler/hkjoicffkkieieemalcahjhhknneoapn
简介 Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.
文件大小 170 KB
安装次数 280
当前版本 0.3.4
更新时间 2019-07-19
上架时间 2019-07-18
评分 2.50/5 共28次评分
开发者 Liquid Nitrogen
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/DariusMiu/twitter-debubbler
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Debubbler",
    "version": "0.3.4",
    "description": "Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.",
    "icons": {
        "16": "ico\/ico_16.png",
        "48": "ico\/ico_48.png",
        "128": "ico\/ico_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "dist\/debubbler.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "dist\/icons\/*",
        "dist\/debubbler.css"
    ]
}