Kicklet
Kick Up Your Stream with Kicklet!
Kicklet क्या है?
Kicklet Kicklet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kick Up Your Stream with Kicklet!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kicklet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Kicklet is designed to enhance the viewing experience for users who watch streamers using the Kicklet chatbot. With this addon, viewers can opt to disable all Kicklet messages, ensuring the chat remains readable even amidst high volumes of command usage. Additionally, it offers a convenient feature where typing "!" in the chat prompts an immediate suggestion of all available Kicklet commands for that particular user, streamlining interaction and engagement. Perfect for avid stream viewers, Kicklet aims to make the chat experience more enjoyable and interactive.
एक्सटेंशन की मूल जानकारी
नाम | Kicklet |
ID | bajnccgpgolpockhbicdinlmchjdnahl |
आधिकारिक URL | https://chromewebstore.google.com/detail/kicklet/bajnccgpgolpockhbicdinlmchjdnahl |
विवरण | Kick Up Your Stream with Kicklet! |
फ़ाइल का आकार | 67.94 KB |
स्थापना संख्या | 227 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2024-02-02 |
प्रकाशन तिथि | 2024-01-02 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Kicklet |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://kicklet.app |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kicklet", "version": "1.0.3", "description": "Kick Up Your Stream with Kicklet!", "author": "Kicklet.app", "homepage_url": "https:\/\/kicklet.app", "permissions": [ "storage" ], "action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "icons": { "32": "icons\/32.png", "128": "icons\/128.png" }, "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "*:\/\/*.kick.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.kick.com\/*" ], "js": [ "inject.js" ], "run_at": "document_end" } ] } |