Hitbox Live!
Track easily your favorite hitbox.tv streams and you will notified when they are live!
Hitbox Live!란 무엇입니까?
Hitbox Live!은(는) Ivelin "h4cky" Georgiev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track easily your favorite hitbox.tv streams and you will notified when they are live!"입니다.
확장 프로그램 스크린샷
Hitbox Live! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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! |
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 } } |