Twitter Debubbler

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

Co to jest Twitter Debubbler?

Twitter Debubbler to rozszerzenie Chrome opracowane przez Liquid Nitrogen, a jego główną funkcją jest „Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Twitter Debubbler

Pobierz pliki rozszerzeń Twitter Debubbler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter Debubbler Twitter Debubbler
ID hkjoicffkkieieemalcahjhhknneoapn
Oficjalny URL https://chromewebstore.google.com/detail/twitter-debubbler/hkjoicffkkieieemalcahjhhknneoapn
Opis Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.
Rozmiar pliku 170 KB
Liczba instalacji 280
Aktualna Wersja 0.3.4
Ostatnia Aktualizacja 2019-07-19
Data Publikacji 2019-07-18
Ocena 2.50/5 Łącznie 28 Oceny
Deweloper Liquid Nitrogen
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/DariusMiu/twitter-debubbler
Obsługiwane Języki 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"
    ]
}