eq8

HTML5 parametric equalization

Hvad er eq8?

eq8 er en Chrome-udvidelse udviklet af snedigart, og dens hovedfunktion er "HTML5 parametric equalization".

Udvidelsesskærmbilleder

screenshot

Download eq8-udvidelses-CRX-fil

Download eq8-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn eq8 eq8
ID bmbhmpfeabllbfcalamkbdknkaijpkja
Officiel URL https://chromewebstore.google.com/detail/eq8/bmbhmpfeabllbfcalamkbdknkaijpkja
Beskrivelse HTML5 parametric equalization
Filstørrelse 137 KB
Antal Installationer 1,918
Nuværende Version 0.0.3
Senest Opdateret 2023-08-28
Udgivelsesdato 2019-11-12
Bedømmelse 4.46/5 Samlet 37 Bedømmelser
Udvikler snedigart
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/pulse0ne/eq8
Hjælpeside-URL https://github.com/pulse0ne/eq8/issues
Understøttede Sprog 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"
        ]
    }
}