KarmineCorp
Extension pour KarmineCorp
KarmineCorpとは何ですか?
KarmineCorpはhttps://kametotv.frによって開発されたChromeの拡張機能で、その主な機能は「Extension pour KarmineCorp」です。
拡張機能のスクリーンショット
KarmineCorp拡張機能のCRXファイルをダウンロード
KarmineCorp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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\/*" ] } |