Lets Kick It!

Lets Kick It: Enhance your experience on kick.com!

Lets Kick It! क्या है?

Lets Kick It! gawbly द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lets Kick It: Enhance your experience on kick.com!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lets Kick It! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ★ Lets Kick It Babyyy! ★


=== CHAT ===
★ Chat input history (use up/down arrows)
★ View content of deleted messages
★ Copy Message button 
★ Mention user button when you hover over a message to give you the ability to @ any user or multiple users
★ Clear Chat for me  (open chat settings)

=== VOD PAGE ===
★ Added playback rate/speed for the vod page [0.25x, 0.5x, 0.75x, 1x, 2x, 3x, 4x, 5x]
★ HOT KEYS
- Space = Pause or resume playing vod
- Right/Left Arrow = Seek forwards/backwards 5 seconds
- Shift + Right/Left Arrow = Seek forwards/backwards 10 seconds
- Period/Comma => Seek forwards/backwards 1 frame! 


=== FIXES ===
★ Fixed chat input losing focus due to slow mode (so annoying)
★ Fixed backwards time countdown in vods, now its going nowhere but up baby!


PS: Big shoutout to Chadium on kick, for the awesome kick extension he's working on live on stream (KCIK), he's been a big motivation and i believe his extension is going to be a staple for kick users! Learned lots from him                    

एक्सटेंशन की मूल जानकारी

नाम Lets Kick It! Lets Kick It!
ID eikbnkdkfgdnmdoehkemifjakncmodch
आधिकारिक URL https://chromewebstore.google.com/detail/lets-kick-it/eikbnkdkfgdnmdoehkemifjakncmodch
विवरण Lets Kick It: Enhance your experience on kick.com!
फ़ाइल का आकार 31.15 KB
स्थापना संख्या 873
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2023-06-22
प्रकाशन तिथि 2023-05-20
रेटिंग 4.38/5 कुल 8 रेटिंग्स
डेवलपर gawbly
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lets Kick It!",
    "description": "Lets Kick It: Enhance your experience on kick.com!",
    "version": "1.0.9",
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.js.96671a55.e95afd74.js"
            ],
            "matches": [
                "https:\/\/www.kick.com\/*",
                "https:\/\/kick.com\/*"
            ],
            "css": [
                "assets\/content.js.df446fae.css"
            ]
        }
    ],
    "icons": {
        "16": "res\/icon\/app\/16.png",
        "20": "res\/icon\/app\/20.png",
        "48": "res\/icon\/app\/48.png",
        "64": "res\/icon\/app\/64.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/kick.com\/*",
                "https:\/\/www.kick.com\/*"
            ],
            "resources": [
                "\/res\/icon\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/kick.com\/*",
                "https:\/\/www.kick.com\/*"
            ],
            "resources": [
                "assets\/Utility.c392c438.js",
                "assets\/index.08457922.js",
                "assets\/content.js.96671a55.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "action": {
        "default_title": "Lets Kick It! By Gawbly"
    }
}