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 |
| 官方網址 | 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 |
| 電子郵箱 | [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\/*"
]
} | |