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 |
Eメール | [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" } } |