Volume Controller

Feel sound at the new level and enjoy it with the most powerful volume booster!

Что такое Volume Controller?

Volume Controller - это расширение Chrome, разработанное artdillon88, и его основная функция - "Feel sound at the new level and enjoy it with the most powerful volume booster!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Volume Controller

Скачайте файлы расширений Volume Controller в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Simple volume booster in chrome browser - increase your volume!

Description:
One of the most reliable and  easiest  sound booster in the chrome browser.
If your speakers or headphones don't reproduce sufficient sound volume for comfortable listening to music or watching video content - use our app as a speaker amplifier, setting the volume level settings to more than 600%.
Just regulate the sound in the current web tab through the slider.
  ✅  Level up sound more than 500% in 4 steps
  ✅ Simple and clear design
  ✅ Only one click to boost the sound 
  ✅ Turn off automatically in normal mode 
🖥 Full screen
Chrome prevents you from going to a complete full-screen when using any extension manipulating with sound so you can always see the blue rectangle icon in the tab bar (to be aware of audio is being manipulated). 
There's no way to bypass it and after all it's a good thing that keeps you safe. However you can improve the situation a bit by pressing F11 (on Windows) or Ctr+Cmd+F (on Mac).
📖 Permissions explained
"Read and change all your data on the websites you visit": to be able to connect to and modify AudioContext of any website playing audio and to show list of all tabs playing audio
💛 If you like our extension, please rate us, put 5 stars! Thanks for using.                    

Основная информация о расширении

Название Volume Controller Volume Controller
ID cdhpopmeanabhjohdhdoeflnfplncfal
Официальный URL https://chromewebstore.google.com/detail/volume-controller/cdhpopmeanabhjohdhdoeflnfplncfal
Описание Feel sound at the new level and enjoy it with the most powerful volume booster!
Размер файла 129 KB
Количество установок 1,013
Текущая Версия 0.1
Последнее Обновление 2022-11-19
Дата публикации 2022-11-19
Рейтинг 1.00/5 Всего 2 оценок
Разработчик artdillon88
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "0.1",
    "icons": {
        "16": "icons\/icon-logo.png",
        "32": "icons\/icon-logo.png",
        "48": "icons\/icon-logo.png",
        "128": "icons\/icon-logo.png"
    },
    "action": {
        "default_icon": {
            "19": "icons\/icon-logo.png",
            "38": "icons\/icon-logo.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "tabCapture",
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}