EVE Online Streams

This extension provides a list with all EVE Online Streams.

EVE Online Streams क्या है?

EVE Online Streams Schattenlauch द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides a list with all EVE Online Streams."।

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

screenshot

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

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

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

                        This extension provides a list with all EVE Online streams on Twitch.tv

Features:
-Access all EVE Streams very fast
-Normal ...
-...or Popout view
-Tag favorites
-Get notifications
-Options                    

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

नाम EVE Online Streams EVE Online Streams
ID ljhnbbelnjlnbnopohgobjginjoolepe
आधिकारिक URL https://chrome.google.com/webstore/detail/eve-online-streams/ljhnbbelnjlnbnopohgobjginjoolepe
विवरण This extension provides a list with all EVE Online Streams.
फ़ाइल का आकार 275 KB
स्थापना संख्या 200
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2016-11-21
प्रकाशन तिथि 2016-11-21
रेटिंग 4.83/5 कुल 6 रेटिंग्स
डेवलपर Schattenlauch
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EVE Online Streams",
    "version": "0.2.1",
    "manifest_version": 2,
    "options_page": "options.html",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon.png",
        "64": "images\/icon_64.png"
    },
    "background": {
        "page": "main.html"
    },
    "description": "This extension provides a list with all EVE Online Streams.",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/api.twitch.tv\/kraken\/streams\/*",
        "notifications"
    ]
}