SNIPACLIP - Mange/Download Twitch Clips
Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage…
SNIPACLIP - Mange/Download Twitch Clipsคืออะไร?
SNIPACLIP - Mange/Download Twitch Clips เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snipaclip.com และคุณลักษณะหลักของมันคือ "Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SNIPACLIP - Mange/Download Twitch Clips
ดาวน์โหลดไฟล์ส่วนขยาย SNIPACLIP - Mange/Download Twitch Clips ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage Twitch Clips by saving them in shareable playlists. Buttons are added to: - The page where you create clips - The clip page itself - The clip page on a user's channel - Your dashboard Changelog: 1.0.3 - Bug fixes 1.0.2 - API changes 1.0.1 - Bug fixes 1.0.0 - Initial Release!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SNIPACLIP - Mange/Download Twitch Clips |
ID | eajaihkobempfckpdbejgapocknaahcc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/snipaclip-mangedownload-t/eajaihkobempfckpdbejgapocknaahcc |
คำอธิบาย | Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage… |
ขนาดไฟล์ | 49.14 KB |
จำนวนการติดตั้ง | 498 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2020-07-27 |
วันที่เผยแพร่ | 2020-04-26 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://snipaclip.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://snipaclip.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SNIPACLIP - Mange\/Download Twitch Clips", "short_name": "SNIPACLIP", "version": "1.0.3", "browser_action": { "default_icon": "images\/logo-128.png", "default_popup": "html\/popup.html" }, "icons": { "16": "images\/logo-16.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "js\/jquery-3.4.1.min.js", "js\/content.js" ], "css": [ "css\/styles.css" ], "run_at": "document_idle" } ], "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/background.js" ] }, "permissions": [ "webNavigation", "contextMenus" ] } |