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…
Cos'è YouTube Volume Fix?
YouTube Volume Fix è un'estensione di Chrome sviluppata da Connor Linfoot, e la sua funzione principale è "This Chrome extension listens for the "onvolumechange" event on YouTube and doubles the what YouTube is setting the volume to for a…".
Scarica il file CRX dell'estensione YouTube Volume Fix
Scarica i file di estensione YouTube Volume Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | okocpealpliblhljcgldklklkifaoioa |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-volume-fix/okocpealpliblhljcgldklklkifaoioa |
Descrizione | This Chrome extension listens for the "onvolumechange" event on YouTube and doubles the what YouTube is setting the volume to for a… |
Dimensione del File | 14.8 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2017-06-20 |
Data di Pubblicazione | 2017-06-20 |
Valutazione | 2.00/5 Totale 4 Valutazioni |
Sviluppatore | Connor Linfoot |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } ] } |