Twitch Clip Manager

Track and manage your Twitch.tv clips!

Twitch Clip Manager란 무엇입니까?

Twitch Clip Manager은(는) Austin Steeno에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track and manage your Twitch.tv clips!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Twitch Clip Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Twitch Clip Manager Twitch Clip Manager
ID nbnnfpknjfbgeffiknabjcceopekaihc
공식 URL https://chrome.google.com/webstore/detail/twitch-clip-manager/nbnnfpknjfbgeffiknabjcceopekaihc
설명 Track and manage your Twitch.tv clips!
파일 크기 155 KB
설치 횟수 657
현재 버전 1.0
최근 업데이트 2016-07-31
출시 날짜 2016-07-31
평점 3.00/5 총 10 개의 평점
개발자 Austin Steeno
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Endain/twitch-clip-manager
도움말 페이지 URL https://github.com/Endain/twitch-clip-manager
지원되는 언어 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\/"
    ]
}