Volume Extra
Volume Booster!
Что такое Volume Extra?
Volume Extra - это расширение Chrome, разработанное volumemaster2022, и его основная функция - "Volume Booster!".
Снимки экрана расширения
Скачать файл CRX расширения Volume Extra
Скачайте файлы расширений Volume Extra в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Increase the volume of your music or video to the level you want By clicking "Add to chrome", I accept and agree to installing “Volume Extra Extension" extension and setting Chrome™ default search and newtab search to that provided by the service and the Terms and Conditions and Privacy Policy. Privacy Policy https://masterofvolume.com/privacy.html Terms and Conditions https://masterofvolume.com/terms.html
Основная информация о расширении
Название | Volume Extra |
ID | mlmfhglknodhldjfclcchlgebdfadgbo |
Официальный URL | https://chromewebstore.google.com/detail/volume-extra/mlmfhglknodhldjfclcchlgebdfadgbo |
Описание | Volume Booster! |
Размер файла | 20.62 KB |
Количество установок | 3,429 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2022-10-23 |
Дата публикации | 2022-10-18 |
Разработчик | volumemaster2022 |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://masterofvolume.com/index.html |
URL страницы помощи | https://masterofvolume.com/privacy.html |
URL страницы политики конфиденциальности | https://masterofvolume.com/privacy.html |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Volume Extra", "description": "Volume Booster!", "manifest_version": 3, "version": "1.0.1", "action": { "default_popup": "popup.html", "default_title": "Volume Extra", "default_icon": { "128": "images\/icon\/128.png" } }, "permissions": [ "tabs", "tabCapture", "cookies", "storage" ], "host_permissions": [ "*:\/\/masterofvolume.com\/*" ], "icons": { "128": "images\/icon\/128.png" }, "background": { "service_worker": ".\/service-worker.js" } } |