Kick Enhancer

Enhances the kick.com website with additional features

Kick Enhancer क्या है?

Kick Enhancer KickEnhancer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances the kick.com website with additional features"।

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

screenshot

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

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

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

                        Features:
- When re-opening a vod, start the vod at the time where you previously left off (instead of the beginning again)
- When the vod is paused, skip to next frame with . and previous frame using ,
- Increase/decrease volume with up/down arrow keys (need to click on video first)

Submit feature requests here: https://shorturl.at/qryVW

Note: after installing or updating the extension, you must refresh every kick.com tab                    

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

नाम Kick Enhancer Kick Enhancer
ID poehlmeoijaeopahihobijjpbolagakf
आधिकारिक URL https://chromewebstore.google.com/detail/kick-enhancer/poehlmeoijaeopahihobijjpbolagakf
विवरण Enhances the kick.com website with additional features
फ़ाइल का आकार 29.27 KB
स्थापना संख्या 92
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2023-12-24
प्रकाशन तिथि 2023-08-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर KickEnhancer
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kick Enhancer",
    "version": "1.3.2",
    "description": "Enhances the kick.com website with additional features",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/kick.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    }
}