EVE Online Streams

This extension provides a list with all EVE Online Streams.

Hvad er EVE Online Streams?

EVE Online Streams er en Chrome-udvidelse udviklet af Schattenlauch, og dens hovedfunktion er "This extension provides a list with all EVE Online Streams.".

Udvidelsesskærmbilleder

screenshot

Download EVE Online Streams-udvidelses-CRX-fil

Download EVE Online Streams-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        ***THIS IS A BETA THERE CAN AND THERE WILL BE BUGS!***

This extension provides the ability to search for eve-survival.org mission infos directly from your searchbar. Simply start the search with "evem" and search away!                    

Grundlæggende oplysninger om udvidelsen

Navn EVE Online Streams EVE Online Streams
ID bmlanilplifenoaehgoacnbhiimcicji
Officiel URL https://chromewebstore.google.com/detail/eve-online-streams/bmlanilplifenoaehgoacnbhiimcicji
Beskrivelse This extension provides a list with all EVE Online Streams.
Filstørrelse 276 KB
Antal Installationer 29
Nuværende Version 0.2.1
Senest Opdateret 2016-11-21
Udgivelsesdato 2016-11-21
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Schattenlauch
Betalingsmetode free
Understøttede Sprog 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"
    ]
}