Volume Control

Audio volume control for Chrome™. Set sound level for each tab separately with audio control and sound booster.

Volume Control là gì?

Volume Control là một tiện ích mở rộng Chrome được phát triển bởi VcCom, và tính năng chính của nó là "Audio volume control for Chrome™. Set sound level for each tab separately with audio control and sound booster.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Volume Control

Tải xuống các tệp mở rộng Volume Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Individually control volume of each tab of your Chrome browser. Appreciate the convenience and benefits of an audio controller extension: 
- Increase volume up to 6 times (up to 600%); 
- Displays all tabs witch playing audio;
- Fast navigation on tabs with sound; 
- Instantly mute tab (just click on the speaker icon in popup menu); 
- Displays the levels on the app icon in the toolbars menu; 
- Minimalistic design. For whom can be useful Volume Control app? 
- Promoting the other extensions to install
- Redirection to extension site which is not related to extension
If you are looking for a simple and convenient audio manager, with witch you can quickly and easily control the sound of each tab of your browser.

If your speakers or headphones do not produce enough amount of sound for comfortable music listening or watching of video content - use the Volume control as a speaker booster by sliding the level control over 100%.

That will give the opportunity to increase the sound volume up to six times.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Volume Control Volume Control
ID acglggcafiilnibeknihgglelgfafifo
URL Chính Thức https://chromewebstore.google.com/detail/volume-control/acglggcafiilnibeknihgglelgfafifo
Mô tả Audio volume control for Chrome™. Set sound level for each tab separately with audio control and sound booster.
Kích Thước Tệp 234 KB
Số Lần Cài Đặt 58,544
Phiên Bản Hiện Tại 3.2.2
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2020-09-24
Đánh Giá 4.28/5 Tổng số 1827 Đánh Giá
Nhà Phát Triển VcCom
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freebusinessapps.net/privacy
Ngôn Ngữ Được Hỗ Trợ 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,hu,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
{
    "action": {
        "default_icon": {
            "128": "assets\/icon\/icon-128.png",
            "256": "assets\/icon\/icon-256.png",
            "32": "assets\/icon\/icon-32.png",
            "64": "assets\/icon\/icon-64.png",
            "96": "assets\/icon\/icon-96.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_app_title__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "icons": {
        "128": "assets\/icon\/icon-128.png",
        "256": "assets\/icon\/icon-256.png",
        "32": "assets\/icon\/icon-32.png",
        "64": "assets\/icon\/icon-64.png",
        "96": "assets\/icon\/icon-96.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjBNwKNgseghcPNJRBoEykrXw1v7zOLQZyoJPaAoQmZUg+e8yUpgnSnICGjQqG3he6Ds+h\/ZjnyA+Q4s5VRIAhClPjNqi7ARsMI4Hj8Ls2cD1YYwqhH54c7YvRsO6xBWJDlzgnjlhCml5BwQ6QHFxX3pERtD\/twpUGz1NYdLJE6unIkE\/uAeA9KIoO4ONYbARP5Mq8IjRCBOEI7QSsQAgM0iNHaIiKBEL\/RtpF3aITeqoa\/GCdQOgcqZyZCMUr944yi+4aCgIGUkbIF39zb5xVk88zGJJsRgNlXZX7wNm3cOCPQ5Nboh\/GOs\/pgEcW+\/qbNlykpYrYNy5wUIOyKaWpwIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "permissions": [
        "tabCapture",
        "storage",
        "tabs"
    ],
    "short_name": "Volume Control",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.2",
    "version_name": "3.2.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "*:\/\/*.addonup.com\/*",
                "*:\/\/*.youtube-tools.com\/*",
                "*.*"
            ]
        }
    ]
}