Volume Adjuster
Used to adjust the volume of html audio/video tags
Co to jest Volume Adjuster?
Volume Adjuster to rozszerzenie Chrome opracowane przez giomrella, a jego główną funkcją jest „Used to adjust the volume of html audio/video tags”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Volume Adjuster
Pobierz pliki rozszerzeń Volume Adjuster w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A simple extension to mute or adjust the volume of audio or video tags on the current tab. This is especially useful for adjusting an individual's audio on group video calls, or when you can't find that ad on a page talking over your video. Give it a try!
Podstawowe informacje o rozszerzeniu
Nazwa | Volume Adjuster |
ID | jodboiahhplamjcpimpdbealafbjcjab |
Oficjalny URL | https://chromewebstore.google.com/detail/volume-adjuster/jodboiahhplamjcpimpdbealafbjcjab |
Opis | Used to adjust the volume of html audio/video tags |
Rozmiar pliku | 16.17 KB |
Liczba instalacji | 141 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2020-12-11 |
Data Publikacji | 2020-12-11 |
Deweloper | giomrella |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/giomrella/volume-adjuster-extension |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Volume Adjuster", "description": "Used to adjust the volume of html audio\/video tags", "permissions": [ "activeTab" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "48": "volume.png" } }, "manifest_version": 2, "version": "0.0.0.1", "icons": { "48": "volume.png" } } |