Twitch Clip Manager

Track and manage your Twitch.tv clips!

Qu'est-ce que Twitch Clip Manager ?

Twitch Clip Manager est une extension Chrome développée par Austin Steeno, et sa fonction principale est "Track and manage your Twitch.tv clips!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Twitch Clip Manager

Téléchargez les fichiers d'extension Twitch Clip Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Twitch Clip Manager Twitch Clip Manager
ID nbnnfpknjfbgeffiknabjcceopekaihc
URL Officiel https://chrome.google.com/webstore/detail/twitch-clip-manager/nbnnfpknjfbgeffiknabjcceopekaihc
Description Track and manage your Twitch.tv clips!
Taille du Fichier 155 KB
Nombre d'Installations 657
Version Actuelle 1.0
Dernière Mise à Jour 2016-07-31
Date de Publication 2016-07-31
Évaluation 3.00/5 Total 10 Évaluations
Développeur Austin Steeno
Type de Paiement free
Site Web de l'Extension https://github.com/Endain/twitch-clip-manager
URL de la Page d'Aide https://github.com/Endain/twitch-clip-manager
Langues Prises en Charge 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\/"
    ]
}