Infinite Volume Booster

Infinite boost any tab's volume separately

ما هو Infinite Volume Booster؟

Infinite Volume Booster هو إضافة Chrome تم تطويرها بواسطة Steve Tueno، والميزة الرئيسية لها هي "Infinite boost any tab's volume separately".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Infinite Volume Booster

قم بتنزيل ملفات الامتداد Infinite Volume Booster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Infinite Volume Booster Infinite Volume Booster
ID nipbnfmgpgcabijookcnoienpfodnmhc
عنوان URL الرسمي https://chromewebstore.google.com/detail/infinite-volume-booster/nipbnfmgpgcabijookcnoienpfodnmhc
الوصف Infinite boost any tab's volume separately
حجم الملف 3.58 MB
عدد التثبيتات 40,999
النسخة الحالية 1.2.5
آخر تحديث 2023-04-08
تاريخ النشر 2020-12-28
تقييم 4.10/5 مجموع تقييمات 40
المطور Steve Tueno
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}