eq8

HTML5 parametric equalization

eq8 là gì?

eq8 là một tiện ích mở rộng Chrome được phát triển bởi snedigart, và tính năng chính của nó là "HTML5 parametric equalization".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng eq8

Tải xuống các tệp mở rộng eq8 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên eq8 eq8
ID bmbhmpfeabllbfcalamkbdknkaijpkja
URL Chính Thức https://chromewebstore.google.com/detail/eq8/bmbhmpfeabllbfcalamkbdknkaijpkja
Mô tả HTML5 parametric equalization
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 1,918
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-08-28
Ngày Phát Hành 2019-11-12
Đánh Giá 4.46/5 Tổng số 37 Đánh Giá
Nhà Phát Triển snedigart
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pulse0ne/eq8
URL Trang Trợ Giúp https://github.com/pulse0ne/eq8/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}