Twitch Clip Timer
Allows for easy Twitch clip timing courtesy of VidTimer.
Cos'è Twitch Clip Timer?
Twitch Clip Timer è un'estensione di Chrome sviluppata da https://vidtimer.com, e la sua funzione principale è "Allows for easy Twitch clip timing courtesy of VidTimer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Clip Timer
Scarica i file di estensione Twitch Clip Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fdlhmdcegamkfdokpcbhcaeefihnpaeg |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-clip-timer/fdlhmdcegamkfdokpcbhcaeefihnpaeg |
Descrizione | Allows for easy Twitch clip timing courtesy of VidTimer. |
Dimensione del File | 110 KB |
Conteggio Installazioni | 111 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2022-06-07 |
Data di Pubblicazione | 2021-10-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://vidtimer.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |