Hell Rabbits Live
Ne ratez aucun live de la team ;) !
Hell Rabbits Live란 무엇입니까?
Hell Rabbits Live은(는) https://hellrabbitsgaming.tv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ne ratez aucun live de la team ;) !"입니다.
확장 프로그램 스크린샷
Hell Rabbits Live 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ne ratez aucun live de la team Hell Rabbits grâce à l'application !
확장 프로그램 기본 정보
이름 | Hell Rabbits Live |
ID | fkgebaegmcnelkblomidkpodmbjemndg |
공식 URL | https://chromewebstore.google.com/detail/hell-rabbits-live/fkgebaegmcnelkblomidkpodmbjemndg |
설명 | Ne ratez aucun live de la team ;) ! |
파일 크기 | 764 KB |
설치 횟수 | 11 |
현재 버전 | 1.6.2 |
최근 업데이트 | 2017-08-16 |
출시 날짜 | 2017-08-08 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | https://hellrabbitsgaming.tv |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.twitch.tv/hellrabbitsgaming |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hell Rabbits Live", "author": "Thomas Pecriaux", "description": "Ne ratez aucun live de la team ;) !", "version": "1.6.2", "background": { "scripts": [ "libs\/jquery-1.11.2.js", "parameters.js", "background.js", "chrome.js" ] }, "icons": { "256": "icons\/logo256.png", "128": "icons\/logo128.png", "64": "icons\/logo64.png", "32": "icons\/logo32.png" }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "default_title": "Hell Rabbits - offline", "default_popup": "popup.html", "default_icon": "icon_off.png" } } |