Hitbox Now!

Stay up to date with your hitbox followed streams.

什麼是Hitbox Now!?

Hitbox Now!是由ProWebJect開發的Chrome擴展程式,該擴展的主要功能是“Stay up to date with your hitbox followed streams.”。

擴展截圖

screenshot
screenshot

下載Hitbox Now!擴展crx文件

下載Hitbox Now!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Hitbox Now! tracks your favourite streams and notifies you whenever any of those goes live. All you need to do is to install Hitbox Now! extension and log in with your hitbox.tv account. Now you are always up to date with latest online streams.

Current features:
 * Desktop notifications
 * List of followed live streams
 * List of top streams at hitbox.tv                    

擴展基本資訊

名稱 Hitbox Now! Hitbox Now!
ID eblhpeihibbjknadncjbpcnnhkcljnhg
官方網址 https://chrome.google.com/webstore/detail/hitbox-now/eblhpeihibbjknadncjbpcnnhkcljnhg
簡介 Stay up to date with your hitbox followed streams.
檔案大小 119 KB
安裝次數 316
目前版本 1.5
更新時間 2016-09-15
上架時間 2016-09-15
評分 4.12/5 共 33 次評分
開發者 ProWebJect
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ProWebJect - Michal Gora",
    "background": {
        "scripts": [
            "\/lib\/jquery.min.js",
            "\/class\/Storage.js",
            "\/class\/HitBox.js",
            "\/background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "img\/icon_128.png",
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "Hitbox Now!"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Stay up to date with your hitbox followed streams.",
    "icons": {
        "128": "img\/icon_128.png",
        "19": "img\/icon_19.png",
        "38": "img\/icon_38.png"
    },
    "manifest_version": 2,
    "name": "Hitbox Now!",
    "permissions": [
        "notifications",
        "storage",
        "contextMenus",
        "tabs",
        "background",
        "http:\/\/api.hitbox.tv\/*",
        "https:\/\/www.hitbox.tv\/*",
        "http:\/\/*.hitbox.tv\/*"
    ],
    "short_name": "Hitbox Now!",
    "version": "1.5",
    "web_accessible_resources": []
}