Twitch Clip Downloader
Simple Twitch Clip Downloader! Just click on the "Download Twitch Clip" button to save Twitch clips locally. 1. Click on the game…
Twitch Clip Downloaderคืออะไร?
Twitch Clip Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christian Chaidez และคุณลักษณะหลักของมันคือ "Simple Twitch Clip Downloader! Just click on the "Download Twitch Clip" button to save Twitch clips locally. 1. Click on the game…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Clip Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Clip Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple Twitch Clip Downloader! Just click on the "Download Twitch Clip" button to save Twitch clips locally. 1. Click on the game you wish you find clips for. 2. Change the showings from "Live Showings" to "Clips" 3. Click on the Clip to navigate to its official clip page. 4. Click the Download Twitch Clip button. This will extract the download URL from the clip's backend This extension ONLY works with clips. Many other extensions can download video but Twitch clip extensions are not supported with many Video Downloaders.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dalngfnebcildjfhpfjkolbcpdlccakl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitch-clip-downloader/dalngfnebcildjfhpfjkolbcpdlccakl |
คำอธิบาย | Simple Twitch Clip Downloader! Just click on the "Download Twitch Clip" button to save Twitch clips locally. 1. Click on the game… |
ขนาดไฟล์ | 149 KB |
จำนวนการติดตั้ง | 589 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-10-09 |
วันที่เผยแพร่ | 2019-10-09 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Christian Chaidez |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Clip Downloader", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png", "default_title": "Twitch Clip Downloader" }, "permissions": [ "tabs" ] } |