Twitch Clip Manager

Track and manage your Twitch.tv clips!

Cos'è Twitch Clip Manager?

Twitch Clip Manager è un'estensione di Chrome sviluppata da Austin Steeno, e la sua funzione principale è "Track and manage your Twitch.tv clips!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Twitch Clip Manager

Scarica i file di estensione Twitch Clip Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Twitch Clip Manager Twitch Clip Manager
ID nbnnfpknjfbgeffiknabjcceopekaihc
URL Ufficiale https://chrome.google.com/webstore/detail/twitch-clip-manager/nbnnfpknjfbgeffiknabjcceopekaihc
Descrizione Track and manage your Twitch.tv clips!
Dimensione del File 155 KB
Conteggio Installazioni 657
Versione Corrente 1.0
Ultimo Aggiornamento 2016-07-31
Data di Pubblicazione 2016-07-31
Valutazione 3.00/5 Totale 10 Valutazioni
Sviluppatore Austin Steeno
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Endain/twitch-clip-manager
URL della Pagina di Aiuto https://github.com/Endain/twitch-clip-manager
Lingue Supportate 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\/"
    ]
}