Twitch Clip Downloader
Download any appealing Twitch clip in 1 click from twitch.tv using the Twitch Clip Downloader for free.
Twitch Clip Downloaderとは何ですか?
Twitch Clip Downloaderはhttps://savethevideo.netによって開発されたChromeの拡張機能で、その主な機能は「Download any appealing Twitch clip in 1 click from twitch.tv using the Twitch Clip Downloader for free.」です。
拡張機能のスクリーンショット
Twitch Clip Downloader拡張機能のCRXファイルをダウンロード
Twitch Clip Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Download any twitch clip from twitch.tv in full hd format using this twitch clip downloader chrome extension. Using this chrome extension you can view any twitch clip in full resolution after downloading it. Steps on how to download the twitch clip is given below. 1. Pin the twitch clip downloader chrome extension. 2. Open the twitch clip you want to download. 3. Click on the extension Icon. 4. Choose the format in which you want to save the clip. Features - 1. One Click Clip Download 2. Fastest twitch downloading. 3. No Ads. 4. Unlimited downloads allowed. 5. Privacy Protected.
拡張機能の基本情報
名前 | Twitch Clip Downloader |
ID | ifmejflahgcnbjoocdchmcfbgcpbpooa |
公式URL | https://chromewebstore.google.com/detail/twitch-clip-downloader/ifmejflahgcnbjoocdchmcfbgcpbpooa |
説明 | Download any appealing Twitch clip in 1 click from twitch.tv using the Twitch Clip Downloader for free. |
ファイルサイズ | 10.97 KB |
インストール数 | 2,044 |
現在のバージョン | 1.0.4 |
最終更新日 | 2020-08-02 |
公開日 | 2020-06-25 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | https://savethevideo.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://savethevideo.net/ |
ヘルプページのURL | https://savethevideo.net/aboutus.html |
対応言語 | de,en,fr,ru |
manifest.json | |
{ "background": { "page": "html\/background.html" }, "browser_action": { "default_icon": "images\/48x48.png", "default_title": "SaveTheVideo.net" }, "content_scripts": [ { "js": [ "js\/contentscript.js" ], "matches": [ "https:\/\/twitch.tv\/*", "http:\/\/twitch.tv\/*", "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "images\/128x128.png", "16": "images\/16x16.png", "48": "images\/48x48.png" }, "manifest_version": 2, "name": "__MSG_name__", "offline_enabled": true, "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4" } |