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