uTweetdeck
Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com
Co to jest uTweetdeck?
uTweetdeck to rozszerzenie Chrome opracowane przez Derek Braid, a jego główną funkcją jest „Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia uTweetdeck
Pobierz pliki rozszerzeń uTweetdeck w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Customize the width of home feed, also hides profile pictures and reduces size of preview images https://tweetdeck.twitter.com/
Podstawowe informacje o rozszerzeniu
Nazwa | uTweetdeck |
ID | mamdemofgfmcdefkmolnnenmhmecpgbo |
Oficjalny URL | https://chromewebstore.google.com/detail/utweetdeck/mamdemofgfmcdefkmolnnenmhmecpgbo |
Opis | Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com |
Rozmiar pliku | 7.25 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2016-01-28 |
Data Publikacji | 2016-01-28 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | Derek Braid |
Typ Płatności | free |
Strona Rozszerzenia | http://cacheflow.ca/ |
Obsługiwane Języki | 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" ] } |