EVE Online Streams

This extension provides a list with all EVE Online Streams.

Wat is EVE Online Streams?

EVE Online Streams is een Chrome-extensie ontwikkeld door Schattenlauch, en de belangrijkste functie is "This extension provides a list with all EVE Online Streams.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EVE Online Streams

Download EVE Online Streams-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam EVE Online Streams EVE Online Streams
ID ljhnbbelnjlnbnopohgobjginjoolepe
Officiële URL https://chrome.google.com/webstore/detail/eve-online-streams/ljhnbbelnjlnbnopohgobjginjoolepe
Beschrijving This extension provides a list with all EVE Online Streams.
Bestandsgrootte 275 KB
Aantal Installaties 200
Huidige Versie 0.2.1
Laatst Bijgewerkt 2016-11-21
Publicatiedatum 2016-11-21
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar Schattenlauch
Betalingswijze free
Ondersteunde Talen 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"
    ]
}