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 là gì?
SNIPACLIP - Mange/Download Twitch Clips là một tiện ích mở rộng Chrome được phát triển bởi https://snipaclip.com, và tính năng chính của nó là "Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SNIPACLIP - Mange/Download Twitch Clips
Tải xuống các tệp mở rộng SNIPACLIP - Mange/Download Twitch Clips dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SNIPACLIP - Mange/Download Twitch Clips |
ID | eajaihkobempfckpdbejgapocknaahcc |
URL Chính Thức | https://chromewebstore.google.com/detail/snipaclip-mangedownload-t/eajaihkobempfckpdbejgapocknaahcc |
Mô tả | Download Twitch clips with a single click, or open them on SNIPACLIP to add them to playlists! SNIPACLIP allows you to manage… |
Kích Thước Tệp | 49.14 KB |
Số Lần Cài Đặt | 498 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2020-07-27 |
Ngày Phát Hành | 2020-04-26 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://snipaclip.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://snipaclip.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |