BroadcasterPro

Avoid the awkward slow downs that come with reading live comments on your tiny phone screen.

BroadcasterPro क्या है?

BroadcasterPro iamjoetaylor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Avoid the awkward slow downs that come with reading live comments on your tiny phone screen."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BroadcasterPro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}