Sound Booster that Works

Volume booster that explodes your system! Boost the audio in any tab including Youtube, Twitch and others. Sound booster that…

Sound Booster that Works란 무엇입니까?

Sound Booster that Works은(는) http://booost.li에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Volume booster that explodes your system! Boost the audio in any tab including Youtube, Twitch and others. Sound booster that…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Sound Booster that Works 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The first and only Volume booster, that works with Youtube, Soundcloud, Pandora and so on.
Supports 💥 HTML5 💥 and 💥 flash 💥 video Volume boosting.

👆🏻 NB! To switch on full screen mode - you need to press F11 key!

🚩 Features
  👉 Level up sound more than 800% in 3 steps
  👉 You need only one click to boost the sound 
  👉 Switch off automatically in normal mode                    

확장 프로그램 기본 정보

이름 Sound Booster that Works Sound Booster that Works
ID jflaogbiblbidhaogjjagjpjcflipklo
공식 URL https://chrome.google.com/webstore/detail/sound-booster-that-works/jflaogbiblbidhaogjjagjpjcflipklo
설명 Volume booster that explodes your system! Boost the audio in any tab including Youtube, Twitch and others. Sound booster that…
파일 크기 163 KB
설치 횟수 400,000
현재 버전 1.8
최근 업데이트 2021-12-27
출시 날짜 2018-07-16
평점 4.42/5 총 658 개의 평점
개발자 http://booost.li
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://booost.li/privacy.html
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.8",
    "manifest_version": 2,
    "permissions": [
        "tabCapture",
        "tabs",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_title": "Click browser icon for volume up",
        "default_icon": "off.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "lib\/tippy.all.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "lib\/jquery.min.js",
                "lib\/tippy.all.min.js",
                "content.js"
            ]
        }
    ]
}