Tibaka Tv StreamApp
Notifier quand Tibaka est en live sur twitch
Tibaka Tv StreamApp란 무엇입니까?
Tibaka Tv StreamApp은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifier quand Tibaka est en live sur twitch"입니다.
확장 프로그램 스크린샷
Tibaka Tv StreamApp 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Planning: + Lundi 19h45-22h15 + Mardi / + Mercredi 20h-22h15 + Jeudi 20h-22h15 + Vendredi / + Samedi Stream aprèsMidi + Dimanche / Streamer passioné et Tryharder de génie ! J'ai presque un quart de siècle et toutes mes touches de claviers *ok je sors*. Hésitez pas si vous voulez boire une bonne bière sur Paris ou passer sur l'un de mes stream !
확장 프로그램 기본 정보
이름 | Tibaka Tv StreamApp |
ID | hbidchdkoaknlfokopjfnolplacgieki |
공식 URL | https://chromewebstore.google.com/detail/tibaka-tv-streamapp/hbidchdkoaknlfokopjfnolplacgieki |
설명 | Notifier quand Tibaka est en live sur twitch |
파일 크기 | 51.24 KB |
설치 횟수 | 12 |
현재 버전 | 1.1 |
최근 업데이트 | 2017-03-07 |
출시 날짜 | 2017-03-07 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tibaka Tv StreamApp", "manifest_version": 2, "version": "1.1", "icons": { "128": "icon.png" }, "description": "Notifier quand Tibaka est en live sur twitch", "browser_action": { "default_icon": "iconOff.png", "default_title": "Tibaka Tv" }, "background": { "scripts": [ "main.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "notifications" ], "minimum_chrome_version": "28" } |