KickKit
Extension for Kick to enhance the experience with some utilities.
KickKit क्या है?
KickKit soruse द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for Kick to enhance the experience with some utilities."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में KickKit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
KickKit provides utility options for kick.com streaming platform. For now it can: - display images linked directly in the chat - blur the images first, and then reveal them by hovering - display basic information about youtube/streamable videos - toggle visibility of top gifters/quick emote holder More stuff coming soon!
एक्सटेंशन की मूल जानकारी
नाम | KickKit |
ID | hbfobpefgbdlfgllfpdemkkfldejdkdk |
आधिकारिक URL | https://chromewebstore.google.com/detail/kickkit/hbfobpefgbdlfgllfpdemkkfldejdkdk |
विवरण | Extension for Kick to enhance the experience with some utilities. |
फ़ाइल का आकार | 81.93 KB |
स्थापना संख्या | 69 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2023-08-08 |
प्रकाशन तिथि | 2023-07-25 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | soruse |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://kickkit.vercel.app/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "KickKit", "version": "1.1.1", "description": "Extension for Kick to enhance the experience with some utilities.", "host_permissions": [ "*:\/\/*.kick.com\/*" ], "permissions": [ "scripting" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "content_script.js", "kk_styles.css" ], "matches": [ "https:\/\/*.kick.com\/*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |