SNIPACLIP - Mange/Download Twitch Clips

Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage…

O que é SNIPACLIP - Mange/Download Twitch Clips?

SNIPACLIP - Mange/Download Twitch Clips é uma extensão do Chrome desenvolvida por https://snipaclip.com, e sua principal característica é "Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SNIPACLIP - Mange/Download Twitch Clips

Baixe arquivos de extensão SNIPACLIP - Mange/Download Twitch Clips 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

                        Download Twitch clips with a single click, 
or open them on SNIPACLIP to add them to playlists!

SNIPACLIP allows you to manage Twitch Clips by saving them in shareable playlists.

Buttons are added to:
- The page where you create clips
- The clip page itself
- The clip page on a user's channel
- Your dashboard


Changelog:
1.0.3 - Bug fixes
1.0.2 - API changes
1.0.1 - Bug fixes
1.0.0 - Initial Release!                    

Informações Básicas da Extensão

Nome SNIPACLIP - Mange/Download Twitch Clips SNIPACLIP - Mange/Download Twitch Clips
ID eajaihkobempfckpdbejgapocknaahcc
URL Oficial https://chromewebstore.google.com/detail/snipaclip-mangedownload-t/eajaihkobempfckpdbejgapocknaahcc
Descrição Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage…
Tamanho do Arquivo 49.14 KB
Contagem de Instalações 498
Versão Atual 1.0.3
Última Atualização 2020-07-27
Data de Publicação 2020-04-26
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://snipaclip.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://snipaclip.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SNIPACLIP - Mange\/Download Twitch Clips",
    "short_name": "SNIPACLIP",
    "version": "1.0.3",
    "browser_action": {
        "default_icon": "images\/logo-128.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "webNavigation",
        "contextMenus"
    ]
}