eq8

HTML5 parametric equalization

eq8とは何ですか?

eq8はsnedigartによって開発されたChromeの拡張機能で、その主な機能は「HTML5 parametric equalization」です。

拡張機能のスクリーンショット

screenshot

eq8拡張機能のCRXファイルをダウンロード

eq8拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/pulse0ne/eq8
ヘルプページのURL 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"
        ]
    }
}