EVE Online Streams

This extension provides a list with all EVE Online Streams.

什么是EVE Online Streams?

EVE Online Streams是由Schattenlauch开发的Chrome扩展程序,该扩展的主要功能是“This extension provides a list with all EVE Online Streams.”。

扩展截图

screenshot

下载EVE Online Streams扩展crx文件

下载EVE Online Streams扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ***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!                    

扩展基本信息

名称 EVE Online Streams EVE Online Streams
ID bmlanilplifenoaehgoacnbhiimcicji
官方URL https://chromewebstore.google.com/detail/eve-online-streams/bmlanilplifenoaehgoacnbhiimcicji
简介 This extension provides a list with all EVE Online Streams.
文件大小 276 KB
安装次数 29
当前版本 0.2.1
更新时间 2016-11-21
上架时间 2016-11-21
评分 5.00/5 共1次评分
开发者 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"
    ]
}