KarmineCorp
Extension pour KarmineCorp
KarmineCorp란 무엇입니까?
KarmineCorp은(는) https://kametotv.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension pour KarmineCorp"입니다.
확장 프로그램 스크린샷
KarmineCorp 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
L'extension Karmine Corp est maintenant disponible. Vous pourrez sélectionner vos joueurs préférés pour savoir quand ils sont en live, sélectionner les jeux que vous souhaitez suivre pour voir les prochains matchs, les résultats et les classements. Vous pourrez également recevoir des notifications YouTube lorsqu'une nouvelle vidéo est publiée, et bien d'autres choses encore.
확장 프로그램 기본 정보
이름 | KarmineCorp |
ID | dofnhmbogpboimpoeoadldkfhgkdkecj |
공식 URL | https://chromewebstore.google.com/detail/karminecorp/dofnhmbogpboimpoeoadldkfhgkdkecj |
설명 | Extension pour KarmineCorp |
파일 크기 | 2.55 MB |
설치 횟수 | 10,000 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2023-04-01 |
출시 날짜 | 2023-01-24 |
평점 | 5.00/5 총 108 개의 평점 |
개발자 | https://kametotv.fr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://kametotv.fr |
지원되는 언어 | fr |
manifest.json | |
{ "description": "Extension pour KarmineCorp", "version": "1.0.8", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "KarmineCorp", "author": "Praaly", "background": { "service_worker": "background.bundle.js" }, "action": { "default_title": "KarmineCorp", "default_popup": "popup.html" }, "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "permissions": [ "background", "notifications", "storage", "alarms" ], "host_permissions": [ "*:\/\/*.kametotv.fr\/*", "*:\/\/*.ytimg.com\/*", "*:\/\/static-cdn.jtvnw.net\/*" ] } |