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…
Was ist YouTube Volume Fix?
YouTube Volume Fix ist eine Chrome-Erweiterung, die von Connor Linfoot entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension listens for the "onvolumechange" event on YouTube and doubles the what YouTube is setting the volume to for a…".
YouTube Volume Fix-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Volume Fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | okocpealpliblhljcgldklklkifaoioa |
Offizielle URL | https://chrome.google.com/webstore/detail/youtube-volume-fix/okocpealpliblhljcgldklklkifaoioa |
Beschreibung | This Chrome extension listens for the "onvolumechange" event on YouTube and doubles the what YouTube is setting the volume to for a… |
Dateigröße | 14.8 KB |
Installationsanzahl | 39 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2017-06-20 |
Veröffentlichungsdatum | 2017-06-20 |
Bewertung | 2.00/5 Insgesamt 4 Bewertungen |
Entwickler | Connor Linfoot |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*" ] } ] } |