Twitch Clip Manager

Track and manage your Twitch.tv clips!

What is Twitch Clip Manager?

Twitch Clip Manager is a Chrome extension developed by Austin Steeno, and its main feature is "Track and manage your Twitch.tv clips!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Twitch Clip Manager Extension CRX File

Download Twitch Clip Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Twitch Clip Manager Twitch Clip Manager
ID nbnnfpknjfbgeffiknabjcceopekaihc
Official URL https://chrome.google.com/webstore/detail/twitch-clip-manager/nbnnfpknjfbgeffiknabjcceopekaihc
Description Track and manage your Twitch.tv clips!
File Size 155 KB
Installation Count 657
Current Version 1.0
Last Updated 2016-07-31
Publish Date 2016-07-31
Rating 3.00/5 Total 10 Ratings
Developer Austin Steeno
Payment Type free
Extension Website https://github.com/Endain/twitch-clip-manager
Help Page URL https://github.com/Endain/twitch-clip-manager
Supported Languages 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\/"
    ]
}