Twitch Clip Timer
Allows for easy Twitch clip timing courtesy of VidTimer.
Hvad er Twitch Clip Timer?
Twitch Clip Timer er en Chrome-udvidelse udviklet af https://vidtimer.com, og dens hovedfunktion er "Allows for easy Twitch clip timing courtesy of VidTimer.".
Udvidelsesskærmbilleder
Download Twitch Clip Timer-udvidelses-CRX-fil
Download Twitch Clip Timer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fdlhmdcegamkfdokpcbhcaeefihnpaeg |
Officiel URL | https://chromewebstore.google.com/detail/twitch-clip-timer/fdlhmdcegamkfdokpcbhcaeefihnpaeg |
Beskrivelse | Allows for easy Twitch clip timing courtesy of VidTimer. |
Filstørrelse | 110 KB |
Antal Installationer | 111 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2022-06-07 |
Udgivelsesdato | 2021-10-30 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://vidtimer.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |