Twitter Wide and Clear
Wide and Clear theme for Twitter website.
Apa itu Twitter Wide and Clear?
Twitter Wide and Clear adalah ekstensi Chrome yang dikembangkan oleh https://www.arundavid.com, dan fitur utamanya adalah "Wide and Clear theme for Twitter website.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitter Wide and Clear
Unduh file ekstensi Twitter Wide and Clear 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
This extension makes twitter website to full width of the browser and removes the image/video/media preview from the timeline to increase the focus on content without distraction.
Informasi Dasar Ekstensi
Nama | Twitter Wide and Clear |
ID | blbmlgjoglkgoejpipkbhnbggoegkkmm |
URL Resmi | https://chromewebstore.google.com/detail/twitter-wide-and-clear/blbmlgjoglkgoejpipkbhnbggoegkkmm |
Deskripsi | Wide and Clear theme for Twitter website. |
Ukuran File | 58.29 KB |
Jumlah Instalasi | 40 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-06-30 |
Tanggal Publikasi | 2015-06-30 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | https://www.arundavid.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Wide and Clear", "version": "1.0", "manifest_version": 2, "description": "Wide and Clear theme for Twitter website.", "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*" ], "js": [ "jquery-1.7.2.min.js", "onload.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/twitter.com\/*" ] } |