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 |
| 官方網址 | 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"
]
}
} | |