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
官方網址 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
說明頁面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"
        ]
    }
}