eq8

HTML5 parametric equalization

Wat is eq8?

eq8 is een Chrome-extensie ontwikkeld door snedigart, en de belangrijkste functie is "HTML5 parametric equalization".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie eq8

Download eq8-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam eq8 eq8
ID bmbhmpfeabllbfcalamkbdknkaijpkja
Officiële URL https://chromewebstore.google.com/detail/eq8/bmbhmpfeabllbfcalamkbdknkaijpkja
Beschrijving HTML5 parametric equalization
Bestandsgrootte 137 KB
Aantal Installaties 1,918
Huidige Versie 0.0.3
Laatst Bijgewerkt 2023-08-28
Publicatiedatum 2019-11-12
Beoordeling 4.46/5 Totaal 37 Beoordelingen
Ontwikkelaar snedigart
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/pulse0ne/eq8
Help Pagina-URL https://github.com/pulse0ne/eq8/issues
Ondersteunde Talen 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"
        ]
    }
}