eq8

HTML5 parametric equalization

ما هو eq8؟

eq8 هو إضافة Chrome تم تطويرها بواسطة snedigart، والميزة الرئيسية لها هي "HTML5 parametric equalization".

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

screenshot

تحميل ملف CRX للإضافة eq8

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

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

                        eq8 provides a full parametric equalizer to media elements in your browser. Increase the bass while watching your favorite music video on YouTube. Pull the treble up to hear TED talks more clearly. The power to shape your browser's sound is now in your hands.                    

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

الاسم eq8 eq8
ID bmbhmpfeabllbfcalamkbdknkaijpkja
عنوان URL الرسمي https://chromewebstore.google.com/detail/eq8/bmbhmpfeabllbfcalamkbdknkaijpkja
الوصف HTML5 parametric equalization
حجم الملف 137 KB
عدد التثبيتات 1,918
النسخة الحالية 0.0.3
آخر تحديث 2023-08-28
تاريخ النشر 2019-11-12
تقييم 4.46/5 مجموع تقييمات 37
المطور snedigart
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/pulse0ne/eq8
عنوان صفحة المساعدة https://github.com/pulse0ne/eq8/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eq8",
    "version": "0.0.3",
    "author": "Tyler Snedigar ",
    "homepage_url": "https:\/\/github.com\/pulse0ne\/eq8",
    "description": "HTML5 parametric equalization",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-48.png",
        "default_title": "eq8",
        "default_popup": "popup\/popup.html",
        "browser_style": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/webextension-polyfill\/browser-polyfill.js",
                "content_scripts\/eq8.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/webextension-polyfill\/browser-polyfill.js",
            "background_scripts\/background.js"
        ]
    }
}