uTweetdeck

Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com

Cos'è uTweetdeck?

uTweetdeck è un'estensione di Chrome sviluppata da Derek Braid, e la sua funzione principale è "Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione uTweetdeck

Scarica i file di estensione uTweetdeck 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

                        Customize the width of home feed, also hides profile pictures and reduces size of preview images https://tweetdeck.twitter.com/                    

Informazioni di Base sull'Estensione

Nome uTweetdeck uTweetdeck
ID mamdemofgfmcdefkmolnnenmhmecpgbo
URL Ufficiale https://chromewebstore.google.com/detail/utweetdeck/mamdemofgfmcdefkmolnnenmhmecpgbo
Descrizione Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com
Dimensione del File 7.25 KB
Conteggio Installazioni 12
Versione Corrente 1.3
Ultimo Aggiornamento 2016-01-28
Data di Pubblicazione 2016-01-28
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Derek Braid
Tipo di Pagamento free
Sito Web dell'Estensione http://cacheflow.ca/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "uTweetdeck",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com",
    "browser_action": {
        "default_icon": "broom-icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "cleanertweetdeck.js"
    ]
}