600% Sound Volume

Up to 600% volume boost

600% Sound Volume란 무엇입니까?

600% Sound Volume은(는) aliaksandr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Up to 600% volume boost"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

600% Sound Volume 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The simplest and most reliable volume booster

🚀 Features
⭐️ Up to 600 % volume boost
⭐️ Control volume of any tab
⭐️ Fine-grained control: 0 % - 600 %
⭐️ Switch to any tab playing audio with just one click                    

확장 프로그램 기본 정보

이름 600% Sound Volume 600% Sound Volume
ID kcgedkeajhbfkackhppmenimpfpnopje
공식 URL https://chromewebstore.google.com/detail/600%25-sound-volume/kcgedkeajhbfkackhppmenimpfpnopje
설명 Up to 600% volume boost
파일 크기 100 KB
설치 횟수 41,325
현재 버전 3.0.1
최근 업데이트 2023-12-21
출시 날짜 2021-05-08
평점 3.96/5 총 138 개의 평점
개발자 aliaksandr
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://policy.resourcefulman.net/Privacy-Policy.txt
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.1",
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "description": "__MSG_app_description__",
    "icons": {
        "16": "icons\/icon_16.png",
        "20": "icons\/icon_20.png",
        "24": "icons\/icon_20.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png",
        "512": "icons\/icon_512.png"
    },
    "action": {
        "default_title": "__MSG_app_name__",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "icons\/icon_16.png",
            "20": "icons\/icon_20.png",
            "24": "icons\/icon_20.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png",
            "256": "icons\/icon_256.png",
            "512": "icons\/icon_512.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/scripts.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "tabCapture",
        "storage",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+6"
            }
        }
    }
}