BroadcasterPro
Avoid the awkward slow downs that come with reading live comments on your tiny phone screen.
BroadcasterProคืออะไร?
BroadcasterPro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iamjoetaylor และคุณลักษณะหลักของมันคือ "Avoid the awkward slow downs that come with reading live comments on your tiny phone screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BroadcasterPro
ดาวน์โหลดไฟล์ส่วนขยาย BroadcasterPro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |