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"
    ]
}