uTweetdeck
Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com
¿Qué es uTweetdeck?
uTweetdeck es una extensión de Chrome desarrollada por Derek Braid, y su función principal es "Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión uTweetdeck
Descarga archivos de extensión uTweetdeck en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Customize the width of home feed, also hides profile pictures and reduces size of preview images https://tweetdeck.twitter.com/
Información Básica de la Extensión
Nombre | uTweetdeck |
ID | mamdemofgfmcdefkmolnnenmhmecpgbo |
URL Oficial | https://chromewebstore.google.com/detail/utweetdeck/mamdemofgfmcdefkmolnnenmhmecpgbo |
Descripción | Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com |
Tamaño del Archivo | 7.25 KB |
Cantidad de Instalaciones | 12 |
Versión Actual | 1.3 |
Última Actualización | 2016-01-28 |
Fecha de Publicación | 2016-01-28 |
Calificación | 4.00/5 Total de 4 Calificaciones |
Desarrollador | Derek Braid |
Tipo de Pago | free |
Sitio Web de la Extensión | http://cacheflow.ca/ |
Idiomas Soportados | 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" ] } |