Twitch Clip Timer
Allows for easy Twitch clip timing courtesy of VidTimer.
什么是Twitch Clip Timer?
Twitch Clip Timer是由https://vidtimer.com开发的Chrome扩展程序,该扩展的主要功能是“Allows for easy Twitch clip timing courtesy of VidTimer.”。
扩展截图
下载Twitch Clip Timer扩展crx文件
下载Twitch Clip Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | fdlhmdcegamkfdokpcbhcaeefihnpaeg |
官方URL | https://chromewebstore.google.com/detail/twitch-clip-timer/fdlhmdcegamkfdokpcbhcaeefihnpaeg |
简介 | Allows for easy Twitch clip timing courtesy of VidTimer. |
文件大小 | 110 KB |
安装次数 | 111 |
当前版本 | 1.0.2 |
更新时间 | 2022-06-07 |
上架时间 | 2021-10-30 |
评分 | 5.00/5 共1次评分 |
开发者 | https://vidtimer.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |