M Clip Twitch
Download Twitch clips with a title in a configurable format and quickly access its VOD
M Clip Twitch là gì?
M Clip Twitch là một tiện ích mở rộng Chrome được phát triển bởi furkankus3214, và tính năng chính của nó là "Download Twitch clips with a title in a configurable format and quickly access its VOD".
Ả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 M Clip Twitch
Tải xuống các tệp mở rộng M Clip Twitch 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
Twitch Clip Downloader With Name and Queue
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jaipghhkfodkjbodidbgnekkkdbagade |
URL Chính Thức | https://chrome.google.com/webstore/detail/m-clip-twitch/jaipghhkfodkjbodidbgnekkkdbagade |
Mô tả | Download Twitch clips with a title in a configurable format and quickly access its VOD |
Kích Thước Tệp | 124 KB |
Số Lần Cài Đặt | 85 |
Phiên Bản Hiện Tại | 1.13.8 |
Cập Nhật Lần Cuối | 2021-02-12 |
Ngày Phát Hành | 2021-02-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | furkankus3214 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "M Clip Twitch", "description": "Download Twitch clips with a title in a configurable format and quickly access its VOD", "version": "1.13.8", "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "128": "images\/icon.png" }, "background": { "scripts": [ "js\/moment.js", "js\/lang.js", "background.js", "downloadClip.js" ] }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/clips.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "js": [ "js-content\/utils.js", "js\/lang.js", "js-content\/vars.js", "js-content\/buttonsUtils.js", "js-content\/manageButtons.js", "js-content\/manageButtonsList.js", "js-content\/init.js" ] } ], "commands": { "download-clip": { "suggested_key": { "default": "Ctrl+Shift+H", "mac": "Command+Shift+H" }, "description": "Allows you to download the Twitch clip from its page" } }, "permissions": [ "downloads", "storage", "activeTab" ], "web_accessible_resources": [ "images\/*", "queue\/queue.html" ] } |