Black Out
Make your screen dark while casting a tab to a Chromecast.
Black Out란 무엇입니까?
Black Out은(는) gillstrom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make your screen dark while casting a tab to a Chromecast."입니다.
확장 프로그램 스크린샷
Black Out 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make your TV dark in a click while casting a tab to a Chromecast. Restore the screen with a click on the dark tab or the icon. Perfect if you're casting a tab with Spotify, Soundcloud and so on.
확장 프로그램 기본 정보
이름 | |
ID | gepmpjdejgblofalijabkjdmicebgcih |
공식 URL | https://chrome.google.com/webstore/detail/black-out/gepmpjdejgblofalijabkjdmicebgcih |
설명 | Make your screen dark while casting a tab to a Chromecast. |
파일 크기 | 87.23 KB |
설치 횟수 | 333 |
현재 버전 | 0.0.0.2 |
최근 업데이트 | 2014-04-28 |
출시 날짜 | 2014-04-28 |
평점 | 4.82/5 총 11 개의 평점 |
개발자 | gillstrom |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://andreasgillstrom.se |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Black Out", "description": "Make your screen dark while casting a tab to a Chromecast.", "version": "0.0.0.2", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon_128.png" }, "web_accessible_resources": [ "background.js", "background.html", "jquery.min.js", "dark.js" ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |