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…
Hvad er YouTube Volume Fix?
YouTube Volume Fix er en Chrome-udvidelse udviklet af Connor Linfoot, og dens hovedfunktion er "This Chrome extension listens for the "onvolumechange" event on YouTube and doubles the what YouTube is setting the volume to for a…".
Download YouTube Volume Fix-udvidelses-CRX-fil
Download YouTube Volume Fix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | okocpealpliblhljcgldklklkifaoioa |
Officiel URL | https://chrome.google.com/webstore/detail/youtube-volume-fix/okocpealpliblhljcgldklklkifaoioa |
Beskrivelse | This Chrome extension listens for the "onvolumechange" event on YouTube and doubles the what YouTube is setting the volume to for a… |
Filstørrelse | 14.8 KB |
Antal Installationer | 39 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2017-06-20 |
Udgivelsesdato | 2017-06-20 |
Bedømmelse | 2.00/5 Samlet 4 Bedømmelser |
Udvikler | Connor Linfoot |
Betalingsmetode | free |
Understøttede Sprog | 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:\/\/*\/*" ] } ] } |