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 |
公式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 |
Eメール | [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 } |