KametoTV
Extension qui notifie si Kameto est en train de stream sur Twitch.
What is KametoTV?
KametoTV is a Chrome extension developed by https://kametotv.fr, and its main feature is "Extension qui notifie si Kameto est en train de stream sur Twitch.".
Extension Screenshots
Download KametoTV Extension CRX File
Download KametoTV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Kameto est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch
Extension Basic Information
Name | KametoTV |
ID | koikhpjmhchbcdfgaedmlfkopgajhmgp |
Official URL | https://chromewebstore.google.com/detail/kametotv/koikhpjmhchbcdfgaedmlfkopgajhmgp |
Description | Extension qui notifie si Kameto est en train de stream sur Twitch. |
File Size | 1.15 MB |
Installation Count | 3,891 |
Current Version | 1.1.4 |
Last Updated | 2023-02-16 |
Publish Date | 2022-03-21 |
Rating | 5.00/5 Total 38 Ratings |
Developer | https://kametotv.fr |
[email protected] | |
Payment Type | free |
Extension Website | https://kametotv.fr |
Help Page URL | https://kametotv.fr |
Supported Languages | 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\/*" ] } |