White Youtube Theater
Simply turns the ugly black theater background on youtube videos into a white one.
Apa itu White Youtube Theater?
White Youtube Theater adalah ekstensi Chrome yang dikembangkan oleh Matty, dan fitur utamanya adalah "Simply turns the ugly black theater background on youtube videos into a white one.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi White Youtube Theater
Unduh file ekstensi White Youtube Theater 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
Replaces the ugly black strips beside YouTube videos when in Theater mode with nice white ones.
Informasi Dasar Ekstensi
Nama | |
ID | jhiplojahdcbafccnhpgloocikmommgi |
URL Resmi | https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi |
Deskripsi | Simply turns the ugly black theater background on youtube videos into a white one. |
Ukuran File | 11.65 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2017-08-12 |
Tanggal Publikasi | 2017-08-11 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Matty |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "White Youtube Theater", "version": "0.0.2", "description": "Simply turns the ugly black theater background on youtube videos into a white one.", "icons": { "64": "icon64.png" }, "author": "Matty", "browser_action": { "default_icon": "icon64.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*", "http:\/\/www.youtube.com\/watch*" ], "js": [ "script.js" ] } ] } |