Twitch Clip Timer
Allows for easy Twitch clip timing courtesy of VidTimer.
What is Twitch Clip Timer?
Twitch Clip Timer is a Chrome extension developed by https://vidtimer.com, and its main feature is "Allows for easy Twitch clip timing courtesy of VidTimer.".
Extension Screenshots
Download Twitch Clip Timer Extension CRX File
Download Twitch Clip Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fdlhmdcegamkfdokpcbhcaeefihnpaeg |
Official URL | https://chromewebstore.google.com/detail/twitch-clip-timer/fdlhmdcegamkfdokpcbhcaeefihnpaeg |
Description | Allows for easy Twitch clip timing courtesy of VidTimer. |
File Size | 110 KB |
Installation Count | 111 |
Current Version | 1.0.2 |
Last Updated | 2022-06-07 |
Publish Date | 2021-10-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://vidtimer.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |