Jist.tv Chrome Extension
Capture, share and save gaming moments from Twitch and Youtube
Jist.tv Chrome Extensionคืออะไร?
Jist.tv Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jist.tv และคุณลักษณะหลักของมันคือ "Capture, share and save gaming moments from Twitch and Youtube"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jist.tv Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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 } |