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”。
扩展截图
下载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 |
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" ] } |