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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sound Booster that Works एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}