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…
O que é Twitch Clip Downloader?
Twitch Clip Downloader é uma extensão do Chrome desenvolvida por Christian Chaidez, e sua principal característica é "Simple Twitch Clip Downloader! Just click on the "Download Twitch Clip" button to save Twitch clips locally. 1. Click on the game…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Clip Downloader
Baixe arquivos de extensão Twitch Clip Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | dalngfnebcildjfhpfjkolbcpdlccakl |
URL Oficial | https://chrome.google.com/webstore/detail/twitch-clip-downloader/dalngfnebcildjfhpfjkolbcpdlccakl |
Descrição | Simple Twitch Clip Downloader! Just click on the "Download Twitch Clip" button to save Twitch clips locally. 1. Click on the game… |
Tamanho do Arquivo | 149 KB |
Contagem de Instalações | 589 |
Versão Atual | 1.0 |
Última Atualização | 2019-10-09 |
Data de Publicação | 2019-10-09 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Christian Chaidez |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |