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 |
电子邮箱 | [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" ] } |