Twitch Clip Timer
Allows for easy Twitch clip timing courtesy of VidTimer.
Qu'est-ce que Twitch Clip Timer ?
Twitch Clip Timer est une extension Chrome développée par https://vidtimer.com, et sa fonction principale est "Allows for easy Twitch clip timing courtesy of VidTimer.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Clip Timer
Téléchargez les fichiers d'extension Twitch Clip Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fdlhmdcegamkfdokpcbhcaeefihnpaeg |
URL Officiel | https://chromewebstore.google.com/detail/twitch-clip-timer/fdlhmdcegamkfdokpcbhcaeefihnpaeg |
Description | Allows for easy Twitch clip timing courtesy of VidTimer. |
Taille du Fichier | 110 KB |
Nombre d'Installations | 111 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-06-07 |
Date de Publication | 2021-10-30 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://vidtimer.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |