Selective HTML5 Media Audio Output for Chrome

Allows users to select specific audio output device for HTML5 audio / video in a per site basis.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
jcunews
일일 설치 수
0
총 설치 수
428
평점
2 1 0
버전
1.1.2
생성일
2019-10-18
갱신일
2019-10-19
크기
8.25KB
라이선스
AGPLv3
적용 사이트
모든 사이트

Audio output selection can be accessed by clicking on the "Select audio output device for this site" menu of this script's entry on the Tampermonkey/Violentmonkey/Greasemonkey browser extension's popup menu.

Alternatively, the audio selection menu can be provided as a bookmarklet and be added onto the browser's bookmark toolbar. The bookmark URL should be specified as:

javascript:shmao_ujs()

Because of the microphone permission issue noted below, this script provides additional layer of privacy protection to guard against access to microphone (and optionally the camera). The microphone permission setting can be accessed from the "Microphone permission for this site" menu of this script's entry on the Tampermonkey/Violentmonkey/Greasemonkey browser extension's popup menu.

Alternatively, the microphone permission menu can be provided as a bookmarklet and be added onto the browser's bookmark toolbar. The bookmark URL should be specified as:

javascript:shmaop_ujs()

Notes:

  • HTML5 audio output selection is currently supported only on Chrome browser and its clones, and only when the HTML page is accessed using "http://" or "https://" URLs.

  • Due to either unclear Web API specifications, or incorrect browser implementation, permission to access microphone is required for selecting audio output device. In current browser implementation, the microphone permission covers both the audio input and output devices, regardless of the device type such as microphone or line-in.

  • This script has not been tested under platforms other than Windows.