uTweetdeck

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

什麼是uTweetdeck?

uTweetdeck是由Derek Braid開發的Chrome擴展程式,該擴展的主要功能是“Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com”。

擴展截圖

screenshot

下載uTweetdeck擴展crx文件

下載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
官方網址 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"
    ]
}