Auto Adjusting for Youtube
Adjust Youtube video quality and make player wide automatically
Apa itu Auto Adjusting for Youtube?
Auto Adjusting for Youtube adalah ekstensi Chrome yang dikembangkan oleh Mingc, dan fitur utamanya adalah "Adjust Youtube video quality and make player wide automatically".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Auto Adjusting for Youtube
Unduh file ekstensi Auto Adjusting for 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
Just keep it simple and clean. No Ad injection! NEVER track you!
Informasi Dasar Ekstensi
Nama | |
ID | lhobbnhfgailbhfjahkkiepjekgllmej |
URL Resmi | https://chrome.google.com/webstore/detail/auto-adjusting-for-youtub/lhobbnhfgailbhfjahkkiepjekgllmej |
Deskripsi | Adjust Youtube video quality and make player wide automatically |
Ukuran File | 13.69 KB |
Jumlah Instalasi | 111 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2013-12-07 |
Tanggal Publikasi | 2013-12-07 |
Penilaian | 4.00/5 Total 7 Penilaian |
Pengembang | Mingc |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://[email protected] |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Adjusting for Youtube", "short_name": "AA for Youtube", "description": "Adjust Youtube video quality and make player wide automatically", "version": "1.0.5", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/watch*" ], "js": [ "youtube.js" ], "run_at": "document_end" } ], "options_page": "options.html", "permissions": [ "*:\/\/www.youtube.com\/*", "storage" ] } |