Hitbox Live!

Track easily your favorite hitbox.tv streams and you will notified when they are live!

Hitbox Live!คืออะไร?

Hitbox Live! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ivelin "h4cky" Georgiev และคุณลักษณะหลักของมันคือ "Track easily your favorite hitbox.tv streams and you will notified when they are live!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hitbox Live!

ดาวน์โหลดไฟล์ส่วนขยาย Hitbox Live! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Currently the following functionality is working:
- NEW - Hitbox Sync, now you can login with your hitbox username once and we will be able to fetch your favorite stream for you :) 
- Notifications
- Browser Action, right of your address bar.
- To ADD streams, just type it's caster name and press the ADD button.
- Edit functionality, so you can remove someone if you want.

Change log:
1.0.4
- added instructions to those users who have login issues - streams do not load after login and how to fix that issue.

1.0.3
- Fixed issue which could cause incorrect information to be displayed in the stream list.
- Several improvements to address login issues.

1.0.2
- New design
- Ability to sync you follower list from hitbox, so every time you follow someone you will see it in the extension too. (I don't store you password! It's against my philosophy)

1.0.1
- Fixed several typos.
- Changed refresh interval from 10 to 60 seconds, to prevent possible flooding.
- Fixed issue which allows you to add one stream twice. 
- Added message when you adding streams.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hitbox Live! Hitbox Live!
ID alnogebjhegkdafjdmnildbdocoobbnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hitbox-live/alnogebjhegkdafjdmnildbdocoobbnh
คำอธิบาย Track easily your favorite hitbox.tv streams and you will notified when they are live!
ขนาดไฟล์ 48.59 KB
จำนวนการติดตั้ง 408
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2014-12-14
วันที่เผยแพร่ 2014-12-14
คะแนน 3.25/5 รวมทั้งหมด 89 คะแนน
ผู้พัฒนา Ivelin "h4cky" Georgiev
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hitbox Live!",
    "version": "1.0.4",
    "description": "Track easily your favorite hitbox.tv streams and you will notified when they are live!",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "images\/icon_32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.1.1.min.js",
            "background.js"
        ],
        "persistent": true
    }
}