eq8

HTML5 parametric equalization

Apa itu eq8?

eq8 adalah ekstensi Chrome yang dikembangkan oleh snedigart, dan fitur utamanya adalah "HTML5 parametric equalization".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi eq8

Unduh file ekstensi eq8 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama eq8 eq8
ID bmbhmpfeabllbfcalamkbdknkaijpkja
URL Resmi https://chromewebstore.google.com/detail/eq8/bmbhmpfeabllbfcalamkbdknkaijpkja
Deskripsi HTML5 parametric equalization
Ukuran File 137 KB
Jumlah Instalasi 1,918
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2023-08-28
Tanggal Publikasi 2019-11-12
Penilaian 4.46/5 Total 37 Penilaian
Pengembang snedigart
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/pulse0ne/eq8
URL Halaman Bantuan https://github.com/pulse0ne/eq8/issues
Bahasa yang Didukung 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"
        ]
    }
}