Twitch Clip Timer

Allows for easy Twitch clip timing courtesy of VidTimer.

Wat is Twitch Clip Timer?

Twitch Clip Timer is een Chrome-extensie ontwikkeld door https://vidtimer.com, en de belangrijkste functie is "Allows for easy Twitch clip timing courtesy of VidTimer.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitch Clip Timer

Download Twitch Clip Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Twitch Clip Timer Twitch Clip Timer
ID fdlhmdcegamkfdokpcbhcaeefihnpaeg
Officiële URL https://chromewebstore.google.com/detail/twitch-clip-timer/fdlhmdcegamkfdokpcbhcaeefihnpaeg
Beschrijving Allows for easy Twitch clip timing courtesy of VidTimer.
Bestandsgrootte 110 KB
Aantal Installaties 111
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-06-07
Publicatiedatum 2021-10-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://vidtimer.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}