BroadcasterPro
Avoid the awkward slow downs that come with reading live comments on your tiny phone screen.
O que é BroadcasterPro?
BroadcasterPro é uma extensão do Chrome desenvolvida por iamjoetaylor, e sua principal característica é "Avoid the awkward slow downs that come with reading live comments on your tiny phone screen.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BroadcasterPro
Baixe arquivos de extensão BroadcasterPro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | BroadcasterPro |
ID | hkpikghhilldnolmkpcikajpjdcfgcop |
URL Oficial | https://chromewebstore.google.com/detail/broadcasterpro/hkpikghhilldnolmkpcikajpjdcfgcop |
Descrição | Avoid the awkward slow downs that come with reading live comments on your tiny phone screen. |
Tamanho do Arquivo | 68.02 KB |
Contagem de Instalações | 777 |
Versão Atual | 2.0 |
Última Atualização | 2016-10-28 |
Data de Publicação | 2016-10-28 |
Classificação | 4.37/5 Total de 95 Avaliações |
Desenvolvedor | iamjoetaylor |
Tipo de Pagamento | free |
Site da Extensão | http://www.periscope.tv |
Idiomas Suportados | 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" ] } |