Twitter Debubbler

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

Cos'è Twitter Debubbler?

Twitter Debubbler è un'estensione di Chrome sviluppata da Liquid Nitrogen, e la sua funzione principale è "Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Twitter Debubbler

Scarica i file di estensione Twitter Debubbler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Twitter Debubbler Twitter Debubbler
ID hkjoicffkkieieemalcahjhhknneoapn
URL Ufficiale https://chromewebstore.google.com/detail/twitter-debubbler/hkjoicffkkieieemalcahjhhknneoapn
Descrizione Removes Twitter's newly introduced edge design. Updated to work with TweetDeck and night mode.
Dimensione del File 170 KB
Conteggio Installazioni 280
Versione Corrente 0.3.4
Ultimo Aggiornamento 2019-07-19
Data di Pubblicazione 2019-07-18
Valutazione 2.50/5 Totale 28 Valutazioni
Sviluppatore Liquid Nitrogen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/DariusMiu/twitter-debubbler
Lingue Supportate 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"
    ]
}