YouTube Aspect Ratio Control
Resizer and aspect ratio changer for YouTube videos.
Apa itu YouTube Aspect Ratio Control?
YouTube Aspect Ratio Control adalah ekstensi Chrome yang dikembangkan oleh Andrei Felix, dan fitur utamanya adalah "Resizer and aspect ratio changer for YouTube videos.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Aspect Ratio Control
Unduh file ekstensi YouTube Aspect Ratio Control 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
An extension that allows users to view YouTube videos in the correct aspect ratio if they weren't properly encoded by the uploader.
Informasi Dasar Ekstensi
Nama | YouTube Aspect Ratio Control |
ID | nibkffljoplhfjjnompgibnkoehbjmmo |
URL Resmi | https://chromewebstore.google.com/detail/youtube-aspect-ratio-cont/nibkffljoplhfjjnompgibnkoehbjmmo |
Deskripsi | Resizer and aspect ratio changer for YouTube videos. |
Ukuran File | 35 KB |
Jumlah Instalasi | 13,086 |
Versi Saat Ini | 1.0.0.2 |
Terakhir Diperbarui | 2020-08-04 |
Tanggal Publikasi | 2018-05-26 |
Penilaian | 4.37/5 Total 133 Penilaian |
Pengembang | Andrei Felix |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Aspect Ratio Control", "version": "1.0.0.2", "description": "Resizer and aspect ratio changer for YouTube videos.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "36": "icons\/icon36.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "all_frames": true, "run_at": "document_end", "js": [ "js\/jquery.js", "js\/aspect-ratio.js" ] } ] } |