Move One Downloader
This extension uses a share code from the Move One app to download animation data.
什么是Move One Downloader?
Move One Downloader是由MoveAI开发的Chrome扩展程序,该扩展的主要功能是“This extension uses a share code from the Move One app to download animation data.”。
扩展截图
下载Move One Downloader扩展crx文件
下载Move One Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to download animation files (and preview videos) generated with the Move One application. 扩展基本信息
| 名称 | |
| ID | cafjiilgibepkncogaefadgpmnanfkoa |
| 官方URL | https://chromewebstore.google.com/detail/move-one-downloader/cafjiilgibepkncogaefadgpmnanfkoa |
| 简介 | This extension uses a share code from the Move One app to download animation data. |
| 文件大小 | 15.6 KB |
| 安装次数 | 1,391 |
| 当前版本 | 1.2.2 |
| 更新时间 | 2024-02-08 |
| 上架时间 | 2023-09-22 |
| 评分 | 4.43/5 共7次评分 |
| 开发者 | MoveAI |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.move.ai/move-one |
| 支持的语言 | 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"
}
} | |