Twitch Clip Downloader 2020
Twitch downloader. Instantly download Twitch clips with just a click!
Twitch Clip Downloader 2020คืออะไร?
Twitch Clip Downloader 2020 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sharky และคุณลักษณะหลักของมันคือ "Twitch downloader. Instantly download Twitch clips with just a click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Clip Downloader 2020
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Clip Downloader 2020 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Twitch Clip Downloader allows you to download ANY Twitch clips with just a single click! Boost your productivity and make your life easier! ★★★ FEATURES ★ Download clip from Twitch clips overview page ★ No configuration ★ Ultra fast plus very lightweight, will not slow you down ★ Download with naming conventions ★ Updated LOVE IT? HATE IT? LEAVE A REVIEW! For issues/suggestions, please contact us via email: [email protected] DISCLAIMER: Extension is provided without any warranty. User is fully responsible for his or her own actions. Do not download the clips without permissions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch Clip Downloader 2020 |
ID | mnenbmhckgnahghjhelklajobocdiijf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-clip-downloader-20/mnenbmhckgnahghjhelklajobocdiijf |
คำอธิบาย | Twitch downloader. Instantly download Twitch clips with just a click! |
ขนาดไฟล์ | 116 KB |
จำนวนการติดตั้ง | 5,888 |
เวอร์ชันปัจจุบัน | 3.0.2 |
อัปเดตครั้งล่าสุด | 2020-05-06 |
วันที่เผยแพร่ | 2020-05-06 |
คะแนน | 3.23/5 รวมทั้งหมด 39 คะแนน |
ผู้พัฒนา | Sharky |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Clip Downloader 2020", "description": "Twitch downloader. Instantly download Twitch clips with just a click!", "short_name": "TCD", "version": "3.0.2", "author": "Sharky", "content_scripts": [ { "matches": [ "*:\/\/clips.twitch.tv\/*", "*:\/\/www.twitch.tv\/*" ], "run_at": "document_end", "js": [ "vendors-content.js", "content.js" ], "css": [ "libs\/driver.min.css" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads", "storage" ] } |