Twitter Debubbler

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

What is Twitter Debubbler?

Twitter Debubbler is a Chrome extension developed by Liquid Nitrogen, and its main feature is "Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.".

Extension Screenshots

screenshot
screenshot

Download Twitter Debubbler Extension CRX File

Download Twitter Debubbler 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

                        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!                    

Extension Basic Information

Name Twitter Debubbler Twitter Debubbler
ID hkjoicffkkieieemalcahjhhknneoapn
Official URL https://chromewebstore.google.com/detail/twitter-debubbler/hkjoicffkkieieemalcahjhhknneoapn
Description Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.
File Size 170 KB
Installation Count 280
Current Version 0.3.4
Last Updated 2019-07-19
Publish Date 2019-07-18
Rating 2.50/5 Total 28 Ratings
Developer Liquid Nitrogen
Email [email protected]
Payment Type free
Extension Website https://github.com/DariusMiu/twitter-debubbler
Supported Languages 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"
    ]
}