BotKZ Live
BotKZ Live est une extension qui notifie l'utilisateur si BotKZ est en train de stream sur Twitch.
BotKZ Live क्या है?
BotKZ Live Elyth द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BotKZ Live est une extension qui notifie l'utilisateur si BotKZ est en train de stream sur Twitch."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BotKZ Live एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Une simple extension pour savoir si le streamer BotKZ est actuellement en live
एक्सटेंशन की मूल जानकारी
नाम | BotKZ Live |
ID | jakffddleodaemnfbbahpigjndfldnnc |
आधिकारिक URL | https://chromewebstore.google.com/detail/botkz-live/jakffddleodaemnfbbahpigjndfldnnc |
विवरण | BotKZ Live est une extension qui notifie l'utilisateur si BotKZ est en train de stream sur Twitch. |
फ़ाइल का आकार | 44.41 KB |
स्थापना संख्या | 22 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2022-03-25 |
प्रकाशन तिथि | 2021-01-03 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Elyth |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BotKZ Live", "description": "BotKZ Live est une extension qui notifie l'utilisateur si BotKZ est en train de stream sur Twitch.", "version": "1.3", "manifest_version": 2, "icons": { "48": "icons\/icon.png", "128": "icons\/icon.png" }, "permissions": [ "notifications", "https:\/\/api.twitch.tv\/" ], "browser_action": { "default_title": "BotKZ Live", "default_icon": { "48": "icons\/icon.png" } }, "background": { "scripts": [ "background.js" ] } } |