View Streams!

Finally, a stream browsing extension that you have the power to control.

View Streams! क्या है?

View Streams! Brioux द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finally, a stream browsing extension that you have the power to control."।

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

screenshot

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

crx प्रारूप में View Streams! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A Twitch.tv stream browsing extension that allows you to quickly find an enjoyable stream for any game.  This stream browser brings you new level of control and customizability.  Search for your favorite games to show or just browse popular games.  Change skins or create your own.

Regardless of if you're watching League of Legends, Dota 2, Rocket League, or any other game -- We've got you covered.                    

एक्सटेंशन की मूल जानकारी

नाम View Streams! View Streams!
ID caohgnfajjlomaolfpidhohnikmankjm
आधिकारिक URL https://chromewebstore.google.com/detail/view-streams/caohgnfajjlomaolfpidhohnikmankjm
विवरण Finally, a stream browsing extension that you have the power to control.
फ़ाइल का आकार 574 KB
स्थापना संख्या 21
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2016-09-20
प्रकाशन तिथि 2016-09-19
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Brioux
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.5",
    "name": "View Streams!",
    "description": "Finally, a stream browsing extension that you have the power to control.",
    "icons": {
        "16": "css\/img\/icon_16x16.png",
        "48": "css\/img\/icon_48x48.png",
        "128": "css\/img\/icon_128x128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/api.twitch.tv\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "options_page": "options.html"
}