KametoTV
Extension qui notifie si Kameto est en train de stream sur Twitch.
KametoTVとは何ですか?
KametoTVはhttps://kametotv.frによって開発されたChromeの拡張機能で、その主な機能は「Extension qui notifie si Kameto est en train de stream sur Twitch.」です。
拡張機能のスクリーンショット
KametoTV拡張機能のCRXファイルをダウンロード
KametoTV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Kameto est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch 拡張機能の基本情報
| 名前 | |
| ID | koikhpjmhchbcdfgaedmlfkopgajhmgp |
| 公式URL | https://chromewebstore.google.com/detail/kametotv/koikhpjmhchbcdfgaedmlfkopgajhmgp |
| 説明 | Extension qui notifie si Kameto est en train de stream sur Twitch. |
| ファイルサイズ | 1.15 MB |
| インストール数 | 3,891 |
| 現在のバージョン | 1.1.4 |
| 最終更新日 | 2023-02-16 |
| 公開日 | 2022-03-21 |
| 評価 | 5.00/5 合計 38 レビュー |
| 開発者 | https://kametotv.fr |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://kametotv.fr |
| ヘルプページのURL | https://kametotv.fr |
| 対応言語 | fr |
| manifest.json | |
{
"description": "Extension qui notifie si Kameto est en train de stream sur Twitch.",
"version": "1.1.4",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "KametoTV",
"author": "Praaly",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_title": "KametoTV",
"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\/*"
]
} | |