EVE Online Streams

This extension provides a list with all EVE Online Streams.

O que é EVE Online Streams?

EVE Online Streams é uma extensão do Chrome desenvolvida por Schattenlauch, e sua principal característica é "This extension provides a list with all EVE Online Streams.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão EVE Online Streams

Baixe arquivos de extensão EVE Online Streams no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome EVE Online Streams EVE Online Streams
ID ljhnbbelnjlnbnopohgobjginjoolepe
URL Oficial https://chrome.google.com/webstore/detail/eve-online-streams/ljhnbbelnjlnbnopohgobjginjoolepe
Descrição This extension provides a list with all EVE Online Streams.
Tamanho do Arquivo 275 KB
Contagem de Instalações 200
Versão Atual 0.2.1
Última Atualização 2016-11-21
Data de Publicação 2016-11-21
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor Schattenlauch
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}