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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": []
}