Twitch Clip Downloader
Simple Twitch Clip Downloader! Just click on the "Download Twitch Clip" button to save Twitch clips locally. 1. Click on the game…
Twitch Clip Downloaderとは何ですか?
Twitch Clip DownloaderはChristian Chaidezによって開発されたChromeの拡張機能で、その主な機能は「Simple Twitch Clip Downloader! Just click on the "Download Twitch Clip" button to save Twitch clips locally. 1. Click on the game…」です。
拡張機能のスクリーンショット
Twitch Clip Downloader拡張機能のCRXファイルをダウンロード
Twitch Clip Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple Twitch Clip Downloader! Just click on the "Download Twitch Clip" button to save Twitch clips locally. 1. Click on the game you wish you find clips for. 2. Change the showings from "Live Showings" to "Clips" 3. Click on the Clip to navigate to its official clip page. 4. Click the Download Twitch Clip button. This will extract the download URL from the clip's backend This extension ONLY works with clips. Many other extensions can download video but Twitch clip extensions are not supported with many Video Downloaders.
拡張機能の基本情報
名前 | |
ID | dalngfnebcildjfhpfjkolbcpdlccakl |
公式URL | https://chrome.google.com/webstore/detail/twitch-clip-downloader/dalngfnebcildjfhpfjkolbcpdlccakl |
説明 | Simple Twitch Clip Downloader! Just click on the "Download Twitch Clip" button to save Twitch clips locally. 1. Click on the game… |
ファイルサイズ | 149 KB |
インストール数 | 589 |
現在のバージョン | 1.0 |
最終更新日 | 2019-10-09 |
公開日 | 2019-10-09 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Christian Chaidez |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Clip Downloader", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png", "default_title": "Twitch Clip Downloader" }, "permissions": [ "tabs" ] } |