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
官方網址 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"
    ]
}