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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}