Twitter Debubbler

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

Twitter Debubbler क्या है?

Twitter Debubbler Liquid Nitrogen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitter Debubbler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}