uTweetdeck

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

What is uTweetdeck?

uTweetdeck is a Chrome extension developed by Derek Braid, and its main feature is "Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com".

Extension Screenshots

screenshot

Download uTweetdeck Extension CRX File

Download uTweetdeck 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

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

Extension Basic Information

Name uTweetdeck uTweetdeck
ID mamdemofgfmcdefkmolnnenmhmecpgbo
Official URL https://chromewebstore.google.com/detail/utweetdeck/mamdemofgfmcdefkmolnnenmhmecpgbo
Description Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com
File Size 7.25 KB
Installation Count 12
Current Version 1.3
Last Updated 2016-01-28
Publish Date 2016-01-28
Rating 4.00/5 Total 4 Ratings
Developer Derek Braid
Payment Type free
Extension Website http://cacheflow.ca/
Supported Languages 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"
    ]
}