Scok Live Extension
Extension live de Scok
Scok Live Extension란 무엇입니까?
Scok Live Extension은(는) ZpX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension live de Scok"입니다.
Scok Live Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension Chrome des lives de Scok. Retrouvez le sur son live www.twitch.tv/scoksc2 ou sur son twitter www.twitter.fr/ScokR6s
확장 프로그램 기본 정보
이름 | |
ID | fdmcmmbcicmbaipedackmogpcfgahmgm |
공식 URL | https://chromewebstore.google.com/detail/scok-live-extension/fdmcmmbcicmbaipedackmogpcfgahmgm |
설명 | Extension live de Scok |
파일 크기 | 27.52 KB |
설치 횟수 | 47 |
현재 버전 | 1.2 |
최근 업데이트 | 2017-07-15 |
출시 날짜 | 2017-07-15 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | ZpX |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scok Live Extension", "description": "Extension live de Scok", "homepage_url": "http:\/\/www.twitter.fr\/ZpX___", "version": "1.2", "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "icons": { "16": "img\/liveoff_16.png", "48": "img\/liveoff_48.png", "128": "img\/liveoff_128.png" }, "default_title": "Scok est offline" }, "icons": { "16": "img\/liveoff_16.png", "48": "img\/liveoff_48.png", "128": "img\/liveoff_128.png" }, "background": { "scripts": [ "background.js" ] } } |