Streams Now

This extension shows currently live channels from Twitch and Hitbox

Streams Nowとは何ですか?

Streams NowはSkewPLによって開発されたChromeの拡張機能で、その主な機能は「This extension shows currently live channels from Twitch and Hitbox」です。

拡張機能のスクリーンショット

screenshot
screenshot

Streams Now拡張機能のCRXファイルをダウンロード

Streams Now拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will keep you up to date with currently live channels on Twitch and Hitbox. Just enter your hitbox and/or twitch name in settings and press save. Extension will automatically download channels that you are following, and show currently live channels in popup. Extension can also show notifications when channel goes live and play sound effects, you can easly configure everything you want.                    

拡張機能の基本情報

名前 Streams Now Streams Now
ID hfgbofkndeplfbblcickldfgbfelakgj
公式URL https://chromewebstore.google.com/detail/streams-now/hfgbofkndeplfbblcickldfgbfelakgj
説明 This extension shows currently live channels from Twitch and Hitbox
ファイルサイズ 525 KB
インストール数 124
現在のバージョン 1.0
最終更新日 2016-03-06
公開日 2016-03-06
評価 4.33/5 合計 6 レビュー
開発者 SkewPL
支払い方法 free
対応言語 en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "options_page": "options.html",
    "default_locale": "en",
    "version": "1.0",
    "icons": {
        "128": "assets\/icon-128.png",
        "48": "assets\/icon-48.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/jquery-2.1.3.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon-48.png",
        "default_title": "__MSG_appName__"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "notifications",
        "https:\/\/api.twitch.tv\/",
        "https:\/\/www.hitbox.tv\/"
    ]
}