Twitch Clip Timer

Allows for easy Twitch clip timing courtesy of VidTimer.

Τι είναι το Twitch Clip Timer;

Το Twitch Clip Timer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://vidtimer.com, και η κύρια λειτουργία του είναι "Allows for easy Twitch clip timing courtesy of VidTimer.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Twitch Clip Timer

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

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

                        With this extension enabled, simply navigate to or create a Twitch clip and click the green "Time Clip" button. Another tab will open containing the timer web app VidTimer, which you can use to time the clip.

Icon by Lukasz Adam.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Twitch Clip Timer Twitch Clip Timer
ID fdlhmdcegamkfdokpcbhcaeefihnpaeg
Επίσημο URL https://chromewebstore.google.com/detail/twitch-clip-timer/fdlhmdcegamkfdokpcbhcaeefihnpaeg
Περιγραφή Allows for easy Twitch clip timing courtesy of VidTimer.
Μέγεθος Αρχείου 110 KB
Αριθμός Εγκαταστάσεων 111
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2022-06-07
Ημερομηνία Δημοσίευσης 2021-10-30
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://vidtimer.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Clip Timer",
    "description": "Allows for easy Twitch clip timing courtesy of VidTimer.",
    "version": "1.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "jquery-1.12.3.js",
                "content-script.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}