uTweetdeck
Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com
O que é uTweetdeck?
uTweetdeck é uma extensão do Chrome desenvolvida por Derek Braid, e sua principal característica é "Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão uTweetdeck
Baixe arquivos de extensão uTweetdeck no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Customize the width of home feed, also hides profile pictures and reduces size of preview images https://tweetdeck.twitter.com/
Informações Básicas da Extensão
Nome | uTweetdeck |
ID | mamdemofgfmcdefkmolnnenmhmecpgbo |
URL Oficial | https://chromewebstore.google.com/detail/utweetdeck/mamdemofgfmcdefkmolnnenmhmecpgbo |
Descrição | Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com |
Tamanho do Arquivo | 7.25 KB |
Contagem de Instalações | 12 |
Versão Atual | 1.3 |
Última Atualização | 2016-01-28 |
Data de Publicação | 2016-01-28 |
Classificação | 4.00/5 Total de 4 Avaliações |
Desenvolvedor | Derek Braid |
Tipo de Pagamento | free |
Site da Extensão | http://cacheflow.ca/ |
Idiomas Suportados | 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" ] } |