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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kameto Live एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Notifie l'utilisateur si le streamer Kameto est actuellement en train de stream sur la plateforme Twitch.
एक्सटेंशन की मूल जानकारी
नाम | Kameto Live |
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" ] } } |