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!”。
擴展截圖
下載Twitch Clip Manager擴展crx文件
下載Twitch Clip Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | nbnnfpknjfbgeffiknabjcceopekaihc |
官方網址 | 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\/" ] } |