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 |
官方網址 | 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" } } |