Twitch Clip Manager
Track and manage your Twitch.tv clips!
O que é Twitch Clip Manager?
Twitch Clip Manager é uma extensão do Chrome desenvolvida por Austin Steeno, e sua principal característica é "Track and manage your Twitch.tv clips!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Clip Manager
Baixe arquivos de extensão Twitch Clip Manager 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
This extension enhances your Twitch.tv experience. It automatically saves your clips and provides a place to manage, sort and filter all the clips you take. Its primary features include: * Saves clips to your clip library * Auto-close the new clip tabs * Filter by broadcaster, viewer or game * Sort by date added and more * Handy link to download clips * Preview saved clips on hover * Manually add clips by URL
Informações Básicas da Extensão
Nome | |
ID | nbnnfpknjfbgeffiknabjcceopekaihc |
URL Oficial | https://chrome.google.com/webstore/detail/twitch-clip-manager/nbnnfpknjfbgeffiknabjcceopekaihc |
Descrição | Track and manage your Twitch.tv clips! |
Tamanho do Arquivo | 155 KB |
Contagem de Instalações | 657 |
Versão Atual | 1.0 |
Última Atualização | 2016-07-31 |
Data de Publicação | 2016-07-31 |
Classificação | 3.00/5 Total de 10 Avaliações |
Desenvolvedor | Austin Steeno |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Endain/twitch-clip-manager |
URL da Página de Ajuda | https://github.com/Endain/twitch-clip-manager |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Clip Manager", "short_name": "TCM", "description": "Track and manage your Twitch.tv clips!", "version": "1.0", "icons": { "16": "img\/tcm_16.png", "32": "img\/tcm_32.png", "128": "img\/tcm.png" }, "background": { "scripts": [ "js\/background.js" ] }, "options_page": "html\/settings.html", "browser_action": [], "permissions": [ "storage", "tabs", "webRequest", "https:\/\/clips.twitch.tv\/clips", "https:\/\/clips-media-assets.twitch.tv\/" ] } |