Sound Enhancement

The must-have extension to improve sound quality of online music services, such as YouTube, Vimeo, SoundClouds, Netflix etc.

ما هو Sound Enhancement؟

Sound Enhancement هو إضافة Chrome تم تطويرها بواسطة denver.lorence، والميزة الرئيسية لها هي "The must-have extension to improve sound quality of online music services, such as YouTube, Vimeo, SoundClouds, Netflix etc.".

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

screenshot

تحميل ملف CRX للإضافة Sound Enhancement

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

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

                        You are looking a tool to improve sound quality for browser? The Sound Enhancement is a very good tool for you.
You can select sound configuration, such as Pop, Jazz, Rock etc. Otherwise, you can do it manually.

NOTE: If you cannot switch video to the fullscreen mode, please press F11. This is a Chromium bug that Chromium dev still cannot solve yet.

Hope you enjoy it!                    

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

الاسم Sound Enhancement Sound Enhancement
ID jnfbbgcbjbmndefaeopjlicndkpoiijj
عنوان URL الرسمي https://chromewebstore.google.com/detail/sound-enhancement/jnfbbgcbjbmndefaeopjlicndkpoiijj
الوصف The must-have extension to improve sound quality of online music services, such as YouTube, Vimeo, SoundClouds, Netflix etc.
حجم الملف 82.92 KB
عدد التثبيتات 40,000
النسخة الحالية 1.0.3
آخر تحديث 2022-11-08
تاريخ النشر 2020-05-28
تقييم 4.48/5 مجموع تقييمات 98
المطور denver.lorence
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://soundenhancementextension.com/
عنوان صفحة المساعدة https://sites.google.com/view/crx/home
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sound Enhancement",
    "short_name": "Audio Enhancement",
    "description": "The must-have extension to improve sound quality of online music services, such as YouTube, Vimeo, SoundClouds, Netflix etc.",
    "version": "1.0.3",
    "author": "HTCom",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabCapture",
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "dist\/pure.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}