eq8

HTML5 parametric equalization

eq8란 무엇입니까?

eq8은(는) snedigart에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HTML5 parametric equalization"입니다.

확장 프로그램 스크린샷

screenshot

eq8 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
        ]
    }
}