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.
拡張機能の基本情報
名前 | Move One Downloader |
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 |
Eメール | [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" } } |