uTweetdeck

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

ما هو uTweetdeck؟

uTweetdeck هو إضافة Chrome تم تطويرها بواسطة Derek Braid، والميزة الرئيسية لها هي "Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة uTweetdeck

قم بتنزيل ملفات الامتداد uTweetdeck بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}