Volume Booster - Sound Booster

Volume Booster - Sound Booster will make sound and overall volume up to 500% stronger!

ما هو Volume Booster - Sound Booster؟

Volume Booster - Sound Booster هو إضافة Chrome تم تطويرها بواسطة simontaylor5660، والميزة الرئيسية لها هي "Volume Booster - Sound Booster will make sound and overall volume up to 500% stronger!".

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

screenshot
screenshot

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

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

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

                        Volume Booster - increasing the volume will make the sound and overall volume stronger by 500% depending on your device!
Volume sound “Volume Booster” will help you increase the volume of video, audio, all sounds. Makes all the sounds of your computer much louder.                    

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

الاسم Volume Booster - Sound Booster Volume Booster - Sound Booster
ID ldnfphblcgdecphleeakjkmdppodaoon
عنوان URL الرسمي https://chrome.google.com/webstore/detail/volume-booster-sound-boos/ldnfphblcgdecphleeakjkmdppodaoon
الوصف Volume Booster - Sound Booster will make sound and overall volume up to 500% stronger!
حجم الملف 41.17 KB
عدد التثبيتات 504
النسخة الحالية 1.1
آخر تحديث 2021-03-02
تاريخ النشر 2021-01-30
تقييم 4.00/5 مجموع تقييمات 2
المطور simontaylor5660
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/e/2PACX-1vTjJtm_857chggM6AAeWzx5ul3s8zJlPH-6uykMnQYgQ0w9UH0zx4gOtaT2-3Ap3dpw500oZMhAmfPN/pub
اللغات المدعومة id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,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",
    "manifest_version": 2,
    "version": "1.1",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabCapture",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon\/icon-128.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "__MSG_name__"
    }
}