MixFix

Easily adjust volume and pan any incoming audio to maximize your listening experience.

MixFix란 무엇입니까?

MixFix은(는) spiekermax에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily adjust volume and pan any incoming audio to maximize your listening experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Fix your tabs audio with the added control over volume and panning.
Your configurations are unique to each tab.

Now featuring added support for Chrome's dark mode.                    

확장 프로그램 기본 정보

이름 MixFix MixFix
ID adkkppiphgcdmpbipdlfceaaaofmhmio
공식 URL https://chromewebstore.google.com/detail/mixfix/adkkppiphgcdmpbipdlfceaaaofmhmio
설명 Easily adjust volume and pan any incoming audio to maximize your listening experience.
파일 크기 110 KB
설치 횟수 115
현재 버전 1.2
최근 업데이트 2023-01-24
출시 날짜 2020-05-31
평점 5.00/5 총 1 개의 평점
개발자 spiekermax
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://spiekermax.github.io/mixfix
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MixFix",
    "version": "1.2",
    "description": "Easily adjust volume and pan any incoming audio to maximize your listening experience.",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16-light.png",
        "32": "images\/icon32-light.png",
        "48": "images\/icon48-light.png",
        "64": "images\/icon64-light.png",
        "128": "images\/icon128-light.png"
    },
    "permissions": [
        "activeTab",
        "tabCapture",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "browser_action": {
        "default_title": "MixFix",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16-light.png",
            "32": "images\/icon32-light.png",
            "48": "images\/icon48-light.png",
            "64": "images\/icon64-light.png",
            "128": "images\/icon128-light.png"
        }
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}