Twitch Live Sratuke
Vous notifie lorsque Sratuke est en live
Twitch Live Sratuke란 무엇입니까?
Twitch Live Sratuke은(는) Jyben에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vous notifie lorsque Sratuke est en live"입니다.
확장 프로그램 스크린샷
Twitch Live Sratuke 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Vous notifie lorsque Sratuke est en live.
확장 프로그램 기본 정보
이름 | Twitch Live Sratuke |
ID | gdhbppdfpgjgbepdbgiaehnobliaakhd |
공식 URL | https://chromewebstore.google.com/detail/twitch-live-sratuke/gdhbppdfpgjgbepdbgiaehnobliaakhd |
설명 | Vous notifie lorsque Sratuke est en live |
파일 크기 | 169 KB |
설치 횟수 | 29 |
현재 버전 | 2.0.4 |
최근 업데이트 | 2020-05-01 |
출시 날짜 | 2020-05-01 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Jyben |
결제 유형 | free |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Live Sratuke", "description": "Vous notifie lorsque Sratuke est en live", "version": "2.0.4", "browser_action": { "default_popup": "index.html" }, "icons": { "64": "img\/64.png", "128": "img\/128.png" }, "background": { "scripts": [ "js\/twitchalert.js", "js\/background.js" ] }, "permissions": [ "notifications", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.14.3\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.1.3\/js\/bootstrap.min.js object-src 'self'" } |