Infinite Volume Booster

Infinite boost any tab's volume separately

Vad är Infinite Volume Booster?

Infinite Volume Booster är en Chrome-tillägg utvecklad av Steve Tueno, och dess huvudfunktion är "Infinite boost any tab's volume separately".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Infinite Volume Booster-förlängningens CRX-fil

Ladda ner Infinite Volume Booster-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension enable, virtually, infinite boost of any sound played within a chrome browser tab. 
 Whether a Youtube video, a Webex meet or a Spotify/Deezer audio track, boost sound volume as you want simply by clicking on extension icon and sliding right or left.
You can also reduce a specific tab sound or mute it if you want.

v1.1.1: addition of quick access buttons

v1.2.0-1.2.5: major UI adjustments                    

Grundläggande Information om Tillägg

Namn Infinite Volume Booster Infinite Volume Booster
ID nipbnfmgpgcabijookcnoienpfodnmhc
Officiell webbadress https://chromewebstore.google.com/detail/infinite-volume-booster/nipbnfmgpgcabijookcnoienpfodnmhc
Beskrivning Infinite boost any tab's volume separately
Filstorlek 3.58 MB
Antal Installationer 40,999
Aktuell Version 1.2.5
Senast Uppdaterad 2023-04-08
Publiceringsdatum 2020-12-28
Betyg 4.10/5 Totalt 40 Betyg
Utvecklare Steve Tueno
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Infinite Volume Booster",
    "version": "1.2.5",
    "description": "Infinite boost any tab's volume separately",
    "permissions": [
        "activeTab",
        "tabCapture"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "512": "icon.png"
    }
}