Kick Enhancer

Enhances the kick.com website with additional features

Τι είναι το Kick Enhancer;

Το Kick Enhancer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον KickEnhancer, και η κύρια λειτουργία του είναι "Enhances the kick.com website with additional features".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Kick Enhancer

Λήψη αρχείων επέκτασης Kick Enhancer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}