uTweetdeck

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

uTweetdeck क्या है?

uTweetdeck Derek Braid द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com"।

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

screenshot

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

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

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

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

एक्सटेंशन की मूल जानकारी

नाम uTweetdeck uTweetdeck
ID mamdemofgfmcdefkmolnnenmhmecpgbo
आधिकारिक URL https://chromewebstore.google.com/detail/utweetdeck/mamdemofgfmcdefkmolnnenmhmecpgbo
विवरण Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com
फ़ाइल का आकार 7.25 KB
स्थापना संख्या 12
वर्तमान संस्करण 1.3
अंतिम अपडेट 2016-01-28
प्रकाशन तिथि 2016-01-28
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर Derek Braid
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://cacheflow.ca/
समर्थित भाषाएँ 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"
    ]
}