MMO Live
Soyez informé, dés qu'un streamer est en live sur notre chaîne !
MMO Live란 무엇입니까?
MMO Live은(는) http://www.mmo-live.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Soyez informé, dés qu'un streamer est en live sur notre chaîne !"입니다.
확장 프로그램 스크린샷
MMO Live 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Restez dans le coin, MMO live ne s'arrête (presque) jamais ! Ne passez pas à côté d'un stream intéressant en téléchargeant cette extension Google Chrome. Vous serez informé à tout instant de ce qui passe sur notre chaîne en temps réel.
확장 프로그램 기본 정보
이름 | |
ID | hmlcdfmooggflaahgmlcnaiibdfolfdh |
공식 URL | https://chrome.google.com/webstore/detail/hmlcdfmooggflaahgmlcnaiibdfolfdh |
설명 | Soyez informé, dés qu'un streamer est en live sur notre chaîne ! |
파일 크기 | 180 KB |
설치 횟수 | 46 |
현재 버전 | 1.4 |
최근 업데이트 | 2016-06-07 |
출시 날짜 | 2016-06-07 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | http://www.mmo-live.fr |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.mmo-live.fr/ |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MMO Live", "description": "Soyez inform\u00e9, d\u00e9s qu'un streamer est en live sur notre cha\u00eene !", "version": "1.4", "permissions": [ "notifications", "tabs", "alarms", "https:\/\/api.twitch.tv\/*" ], "browser_action": { "default_icon": "img\/logo_32.png" }, "icons": { "128": "img\/logo_128.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/mmolive.js" ], "persistent": true } } |