YouTube Volume Fix
This Chrome extension listens for the "onvolumechange" event on YouTube and doubles the what YouTube is setting the volume to for a…
Apa itu YouTube Volume Fix?
YouTube Volume Fix adalah ekstensi Chrome yang dikembangkan oleh Connor Linfoot, dan fitur utamanya adalah "This Chrome extension listens for the "onvolumechange" event on YouTube and doubles the what YouTube is setting the volume to for a…".
Unduh Berkas CRX Ekstensi YouTube Volume Fix
Unduh file ekstensi YouTube Volume Fix 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
This Chrome extension listens for the "onvolumechange" event on YouTube and doubles the what YouTube is setting the volume to for a more accurate volume output.
Informasi Dasar Ekstensi
Nama | |
ID | okocpealpliblhljcgldklklkifaoioa |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-volume-fix/okocpealpliblhljcgldklklkifaoioa |
Deskripsi | This Chrome extension listens for the "onvolumechange" event on YouTube and doubles the what YouTube is setting the volume to for a… |
Ukuran File | 14.8 KB |
Jumlah Instalasi | 39 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2017-06-20 |
Tanggal Publikasi | 2017-06-20 |
Penilaian | 2.00/5 Total 4 Penilaian |
Pengembang | Connor Linfoot |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Volume Fix", "version": "1.0.2", "minimum_chrome_version": "18", "manifest_version": 2, "description": "", "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest" ], "content_scripts": [ { "all_frames": false, "run_at": "document_end", "js": [ "youtube-volume-fix.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |