Jist.tv Chrome Extension
Capture, share and save gaming moments from Twitch and Youtube
什麼是Jist.tv Chrome Extension?
Jist.tv Chrome Extension是由jist.tv開發的Chrome擴展程式,該擴展的主要功能是“Capture, share and save gaming moments from Twitch and Youtube”。
擴展截圖
下載Jist.tv Chrome Extension擴展crx文件
下載Jist.tv Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The easiest way to capture, share and save gaming moments from Twitch and Youtube. - Capture up to 60 seconds from Twitch and Youtube videos. Both Livestream and VOD. - Trim the clip to just the action you want capture - Easy one button sharing and saving lets you get back to livestreams quickly - Clips you’ve made are saved plus you can collect clips other fans have made - Enjoy all the clips and more at jist.tv
擴展基本資訊
名稱 | |
ID | cfbicdnngmlklkdabeacfpjmihgnlbam |
官方網址 | https://chrome.google.com/webstore/detail/jisttv-chrome-extension/cfbicdnngmlklkdabeacfpjmihgnlbam |
簡介 | Capture, share and save gaming moments from Twitch and Youtube |
檔案大小 | 91.08 KB |
安裝次數 | 136 |
目前版本 | 1.0.0.11 |
更新時間 | 2017-02-17 |
上架時間 | 2017-02-17 |
評分 | 5.00/5 共 11 次評分 |
開發者 | jist.tv |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.jist.tv |
說明頁面URL | https://jisttv.freshdesk.com/support/home |
隱私政策頁面URL | https://jisttv.freshdesk.com/solution/articles/14000001197-privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jist.tv Chrome Extension", "version": "1.0.0.11", "description": "Capture, share and save gaming moments from Twitch and Youtube", "background": { "scripts": [ "jquery-2.1.4.min.js", "background.js" ] }, "page_action": { "default_icon": "hilyte-19.png", "default_title": "Create a HiLyte Now!!" }, "permissions": [ "declarativeContent", "tabs", "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*", "http:\/\/vimeo.com\/*", "https:\/\/vimeo.com\/*", "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*", "http:\/\/www.viagame.com\/*", "https:\/\/www.viagame.com\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "hilyte-48.png", "128": "hilyte-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/gaming.youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/www.viagame.com\/*", "*:\/\/www.twitch.tv\/*", "*:\/\/www.hitbox.tv\/*", "*:\/\/tv.majorleaguegaming.com\/*" ], "all_frames": true, "css": [ "embedd.css" ], "js": [ "jquery-2.1.4.min.js", "embedd.js" ] } ], "homepage_url": "http:\/\/www.jist.tv", "web_accessible_resources": [ "logo_button.png", "twitch-icon.png", "twitch-icon-video.png", "youtube-icon.png", "twitch-popout.png" ], "externally_connectable": { "matches": [ "*:\/\/jisttv2.hilytes.com\/*", "*:\/\/jist.tv\/*", "*:\/\/www.jist.tv\/*", "http:\/\/localhost:8888\/*", "https:\/\/localhostssl:8890\/*" ] }, "manifest_version": 2 } |