Kameto Live
Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.
Kameto Liveとは何ですか?
Kameto Liveはhttps://kocal.frによって開発されたChromeの拡張機能で、その主な機能は「Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.」です。
拡張機能のスクリーンショット
Kameto Live拡張機能のCRXファイルをダウンロード
Kameto Live拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Notifie l'utilisateur si le streamer Kameto est actuellement en train de stream sur la plateforme Twitch. 拡張機能の基本情報
| 名前 | |
| ID | mpfbanlogiiedmdndkopbfjlbodlojfd |
| 公式URL | https://chromewebstore.google.com/detail/kameto-live/mpfbanlogiiedmdndkopbfjlbodlojfd |
| 説明 | Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch. |
| ファイルサイズ | 34.19 KB |
| インストール数 | 1,265 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2018-05-10 |
| 公開日 | 2018-05-10 |
| 評価 | 5.00/5 合計 10 レビュー |
| 開発者 | https://kocal.fr |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Kocal/someone-is-streaming-web-extension-generator/tree/master/extensions/Kameto%20Live |
| ヘルプページのURL | https://github.com/Kocal/someone-is-streaming-web-extension-generator/issues |
| 対応言語 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Kameto Live",
"description": "Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.",
"version": "0.1.0",
"manifest_version": 2,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"permissions": [
"notifications",
"https:\/\/api.twitch.tv\/"
],
"browser_action": {
"default_title": "Kameto Live",
"default_icon": {
"48": "icons\/icon_48.png"
}
},
"background": {
"scripts": [
"background.js"
]
}
} | |