Browser Video Tuner
Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…
Apa itu Browser Video Tuner?
Browser Video Tuner adalah ekstensi Chrome yang dikembangkan oleh M3D, dan fitur utamanya adalah "Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Browser Video Tuner
Unduh file ekstensi Browser Video Tuner 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
Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the video to full screen. 4. Control the video size and aspect using the OSD menu.
Informasi Dasar Ekstensi
Nama | Browser Video Tuner |
ID | enlkmhjigjnkjhocdnakhnabohfpdbag |
URL Resmi | https://chromewebstore.google.com/detail/browser-video-tuner/enlkmhjigjnkjhocdnakhnabohfpdbag |
Deskripsi | Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the… |
Ukuran File | 99.13 KB |
Jumlah Instalasi | 879 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2022-08-16 |
Tanggal Publikasi | 2020-10-19 |
Penilaian | 4.30/5 Total 23 Penilaian |
Pengembang | M3D |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://m3d.me |
URL Halaman Kebijakan Privasi | https://nyashi.ru/privacy-policy.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Video Tuner", "description": "", "version": "1.5", "icons": { "128": "i\/icon128.png", "48": "i\/icon48.png", "16": "i\/icon16.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "activeTab" ], "browser_action": { "default_icon": { "19": "i\/icon19.png", "38": "i\/icon38.png" }, "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "index.html", "content_security_policy": "script-src 'self'; object-src 'self'" } |