extension Katsuky
reste informé
extension Katsuky란 무엇입니까?
extension Katsuky은(는) minidiams에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "reste informé"입니다.
확장 프로그램 스크린샷
extension Katsuky 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Français : Voici l'extension de Katsuky Amada, streameuse Twitch depuis Septembre 2019. Elle te permettra de suivre en temps réel les activités de ta streameuse préférée ! Sur celle-ci, tu pourras retrouver : - Les notifications des lives en cours - Les liens vers ses réseaux. (Twitter, Discord) Faites-en bon usage ! ;) Anglais : Here is the extension of Katsuky Amada, Twitch streamer since September 2019. It will allow you to follow in real time the activities of your favorite streamer! On this one, you will be able to find: - Notifications of live performances - Links to his networks. (Twitter, Discord) Make good use of it! ;)
확장 프로그램 기본 정보
이름 | |
ID | incigopanhfdijmmhnkcjdomemcjpmeo |
공식 URL | https://chrome.google.com/webstore/detail/extension-katsuky/incigopanhfdijmmhnkcjdomemcjpmeo |
설명 | reste informé |
파일 크기 | 65.36 KB |
설치 횟수 | 16 |
현재 버전 | 1.0.4.1 |
최근 업데이트 | 2020-07-29 |
출시 날짜 | 2020-06-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | minidiams |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "extension Katsuky", "description": "reste inform\u00e9", "version": "1.0.4.1", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "img\/icon-off-128.png" }, "icons": { "64": "img\/icon-on-64.png", "128": "img\/icon-on-128.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/config.js", "js\/functions.js", "js\/initialization.js", "js\/app.js", "js\/background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "notifications" ] } |