Mixing Board

Detect and control all audio and video elements on a page.

Mixing Board란 무엇입니까?

Mixing Board은(는) kjsuarez94에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detect and control all audio and video elements on a page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Mixing Board provides a simple interface to control the volume on any audio/video element on a given tab.                    

확장 프로그램 기본 정보

이름 Mixing Board Mixing Board
ID fkgbhfdmjogkkecmcmhpkbhdbniiijeo
공식 URL https://chromewebstore.google.com/detail/mixing-board/fkgbhfdmjogkkecmcmhpkbhdbniiijeo
설명 Detect and control all audio and video elements on a page.
파일 크기 18.74 KB
설치 횟수 32
현재 버전 1.1.2
최근 업데이트 2021-08-08
출시 날짜 2021-07-28
개발자 kjsuarez94
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mixing Board",
    "description": "Detect and control all audio and video elements on a page.",
    "version": "1.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16_mixing_board.png",
            "32": "\/images\/48_mixing_board.png",
            "48": "\/images\/48_mixing_board.png",
            "128": "\/images\/128_mixing_board.png"
        }
    },
    "icons": {
        "16": "\/images\/16_mixing_board.png",
        "32": "\/images\/48_mixing_board.png",
        "48": "\/images\/48_mixing_board.png",
        "128": "\/images\/128_mixing_board.png"
    }
}