ytClean | Modern YouTube Theme
A clean, modern look and feel for YouTube.
Apa itu ytClean | Modern YouTube Theme?
ytClean | Modern YouTube Theme adalah ekstensi Chrome yang dikembangkan oleh http://justinoboyle.com, dan fitur utamanya adalah "A clean, modern look and feel for YouTube.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ytClean | Modern YouTube Theme
Unduh file ekstensi ytClean | Modern YouTube Theme 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
ytClean provides a new and refreshing experience to YouTube. Features: - Darker theme to go easier on the eyes. - The entire watch page theme changes based on colors in thumbnail , meaning each video has their own look and feel. ytClean is an evolving extension, that is looking for your feedback! Feel free to discuss new features in the comments or on the GitHub issues page!
Informasi Dasar Ekstensi
Nama | |
ID | ibnledgdeclbdgjbjlmllphepfbopnmg |
URL Resmi | https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg |
Deskripsi | A clean, modern look and feel for YouTube. |
Ukuran File | 293 KB |
Jumlah Instalasi | 95 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-08 |
Penilaian | 3.50/5 Total 14 Penilaian |
Pengembang | http://justinoboyle.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/justinoboyle/ytClean/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ytClean | Modern YouTube Theme", "version": "0.0.3", "manifest_version": 2, "description": "A clean, modern look and feel for YouTube.", "homepage_url": "https:\/\/github.com\/justinoboyle\/ytClean", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "inject.js" ] } ] } |