uTweetdeck
Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com
Apa itu uTweetdeck?
uTweetdeck adalah ekstensi Chrome yang dikembangkan oleh Derek Braid, dan fitur utamanya adalah "Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi uTweetdeck
Unduh file ekstensi uTweetdeck dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Customize the width of home feed, also hides profile pictures and reduces size of preview images https://tweetdeck.twitter.com/
Informasi Dasar Ekstensi
Nama | uTweetdeck |
ID | mamdemofgfmcdefkmolnnenmhmecpgbo |
URL Resmi | https://chromewebstore.google.com/detail/utweetdeck/mamdemofgfmcdefkmolnnenmhmecpgbo |
Deskripsi | Removes profile pictures, shrinks other images, and customizable Home column width for tweetdeck.twitter.com |
Ukuran File | 7.25 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2016-01-28 |
Tanggal Publikasi | 2016-01-28 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | Derek Braid |
Tipe Pembayaran | free |
Situs Ekstensi | http://cacheflow.ca/ |
Bahasa yang Didukung | 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" ] } |