Move One Downloader
This extension uses a share code from the Move One app to download animation data.
Move One Downloader là gì?
Move One Downloader là một tiện ích mở rộng Chrome được phát triển bởi MoveAI, và tính năng chính của nó là "This extension uses a share code from the Move One app to download animation data.".
Ả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 Move One Downloader
Tải xuống các tệp mở rộng Move One Downloader 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
This extension allows you to download animation files (and preview videos) generated with the Move One application.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Move One Downloader |
ID | cafjiilgibepkncogaefadgpmnanfkoa |
URL Chính Thức | https://chromewebstore.google.com/detail/move-one-downloader/cafjiilgibepkncogaefadgpmnanfkoa |
Mô tả | This extension uses a share code from the Move One app to download animation data. |
Kích Thước Tệp | 15.6 KB |
Số Lần Cài Đặt | 1,391 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2024-02-08 |
Ngày Phát Hành | 2023-09-22 |
Đánh Giá | 4.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | MoveAI |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.move.ai/move-one |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Move One Downloader", "description": "This extension uses a share code from the Move One app to download animation data.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.2.2", "permissions": [ "downloads" ], "host_permissions": [ "https:\/\/api.move.ai\/*", "https:\/\/api-test.move.ai\/*" ], "action": { "default_popup": "popup.html" } } |