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
官方網址 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\/"
    ]
}