Anti Ear Blaster
Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.
Co to jest Anti Ear Blaster?
Anti Ear Blaster to rozszerzenie Chrome opracowane przez Joker Development, a jego główną funkcją jest „Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Anti Ear Blaster
Pobierz pliki rozszerzeń Anti Ear Blaster 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
Sets the volume level of all html audio and video players automatically to a chosen volume level. You can also unmute all players automatically if you want.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lilnheebfjnjfcgbpfggefmmibfbfjoo |
Oficjalny URL | https://chrome.google.com/webstore/detail/anti-ear-blaster/lilnheebfjnjfcgbpfggefmmibfbfjoo |
Opis | Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it. |
Rozmiar pliku | 45.5 KB |
Liczba instalacji | 78 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-01-07 |
Data Publikacji | 2019-12-30 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Joker Development |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti Ear Blaster", "version": "1.1", "description": "Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.", "permissions": [ "tabs", "declarativeContent", "storage" ], "browser_action": { "default_popup": "html\/menu.html", "default_icon": { "16": "assets\/img\/icons\/icon16.png", "32": "assets\/img\/icons\/icon32.png", "48": "assets\/img\/icons\/icon48.png", "128": "assets\/img\/icons\/icon128.png" } }, "icons": { "16": "assets\/img\/icons\/icon16.png", "32": "assets\/img\/icons\/icon32.png", "48": "assets\/img\/icons\/icon48.png", "128": "assets\/img\/icons\/icon128.png" }, "content_scripts": [ { "js": [ "assets\/js\/ext\/jquery.min.js", "assets\/js\/background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 2 } |