Center Youtube
Centers the new Youtube layout.
Apa itu Center Youtube?
Center Youtube adalah ekstensi Chrome yang dikembangkan oleh wrasidlo, dan fitur utamanya adalah "Centers the new Youtube layout.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Center Youtube
Unduh file ekstensi Center Youtube 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
Centers the new Youtube layout, and sets the maximum width to 1152px to accommodate the home page, channel pages, and video pages. To do list: - Eliminate the extra whitespace Youtube puts to the left of video pages. - Allow users to set a custom page width.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | jepijedophiopanflknonobnmlmkmled |
URL Resmi | https://chrome.google.com/webstore/detail/center-youtube/jepijedophiopanflknonobnmlmkmled |
Deskripsi | Centers the new Youtube layout. |
Ukuran File | 3.13 KB |
Jumlah Instalasi | 473 |
Versi Saat Ini | 0.9 |
Terakhir Diperbarui | 2014-01-15 |
Tanggal Publikasi | 2014-01-15 |
Penilaian | 3.56/5 Total 27 Penilaian |
Pengembang | wrasidlo |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Center Youtube", "description": "Centers the new Youtube layout.", "version": "0.9", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "css": [ "style.css" ] } ] } |