BroadcasterPro
Avoid the awkward slow downs that come with reading live comments on your tiny phone screen.
BroadcasterPro란 무엇입니까?
BroadcasterPro은(는) iamjoetaylor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Avoid the awkward slow downs that come with reading live comments on your tiny phone screen."입니다.
확장 프로그램 스크린샷
BroadcasterPro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Broadcast like a professional with BroadcasterPro. For use with Periscope. Avoid the awkward slow downs that come with reading live comments on your tiny phone screen. Live Comments will show up on your second screen with no delay, they won’t disappear, and they’ll fill your screen so that you don’t have to lean in to read them on your phone. Scroll up to read previous comments that you missed and get back to the most recent comments with the click of a button. See your viewer count and hearts at a glance. Building your audience is effortless when you can give your viewers the attention they deserve. With BroadcasterPro, you’re free to move around your recording area without the fear of missing messages from your viewers. Instructions: Begin live streaming from Periscope Place your device anywhere you like to get the shot you need Turn on BroadcasterPro in your Chrome browser Go to your periscope profile in your Chrome browser on your computer or laptop http://www.periscope.tv/YOURUSERNAME Use BroadcasterPro with any live stream, not just your own. Note: BroadcasterPro is intended for use with Periscope live streams and will not work with Periscope replays.
확장 프로그램 기본 정보
이름 | BroadcasterPro |
ID | hkpikghhilldnolmkpcikajpjdcfgcop |
공식 URL | https://chromewebstore.google.com/detail/broadcasterpro/hkpikghhilldnolmkpcikajpjdcfgcop |
설명 | Avoid the awkward slow downs that come with reading live comments on your tiny phone screen. |
파일 크기 | 68.02 KB |
설치 횟수 | 777 |
현재 버전 | 2.0 |
최근 업데이트 | 2016-10-28 |
출시 날짜 | 2016-10-28 |
평점 | 4.37/5 총 95 개의 평점 |
개발자 | iamjoetaylor |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.periscope.tv |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BroadcasterPro", "description": "Avoid the awkward slow downs that come with reading live comments on your tiny phone screen.", "browser_action": { "default_icon": "off.png", "default_title": "BroadcasterPro" }, "icons": { "32": "off.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "version": "2.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.periscope.tv\/*" ], "run_at": "document_start", "js": [ "contentscript.js" ] } ], "web_accessible_resources": [ "script.js", "styles.css" ] } |