DevilEar
Pan and volume controller for each tab
DevilEar란 무엇입니까?
DevilEar은(는) https://null.style에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pan and volume controller for each tab"입니다.
확장 프로그램 스크린샷
DevilEar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
◆features You can control the sound of video or live stream with pan and volume slider for each tab. ◆Usage Click the icon and control the sliders. ◆Notes ※You will not be able to view the video in full screen while using this. This is a specification of Chrome. ※The problem of CPU compatibility exists. If you use it for YouTube, please try the another extension "Pan for Video". https://chrome.google.com/webstore/detail/pan-for-video/gpfhajmppnhpfkokaidnlepfkhblpiol ◆If you find a problem Please contact me on Twitter (@nulltypo). I can't respond to reviews. ◆Disclaimer I'm not responsible for any loss or damage caused by this extension.
확장 프로그램 기본 정보
이름 | DevilEar |
ID | dicdmfongdppgendkielkbnjfakgdpbm |
공식 URL | https://chromewebstore.google.com/detail/devilear/dicdmfongdppgendkielkbnjfakgdpbm |
설명 | Pan and volume controller for each tab |
파일 크기 | 16.43 KB |
설치 횟수 | 13,495 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2023-08-25 |
출시 날짜 | 2019-09-05 |
평점 | 4.89/5 총 18 개의 평점 |
개발자 | https://null.style |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://null.style |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DevilEar", "version": "1.2.2", "author": "@nulltypo", "manifest_version": 2, "description": "__MSG_ext_desc__", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "de-popup.html", "default_title": "DevilEar" }, "background": { "persistent": true, "scripts": [ "de-background.js" ] }, "permissions": [ "tabCapture", "activeTab" ] } |