Move One Downloader

This extension uses a share code from the Move One app to download animation data.

What is Move One Downloader?

Move One Downloader is a Chrome extension developed by MoveAI, and its main feature is "This extension uses a share code from the Move One app to download animation data.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Move One Downloader Extension CRX File

Download Move One Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to download animation files (and preview videos) generated with the Move One application.                    

Extension Basic Information

Name Move One Downloader Move One Downloader
ID cafjiilgibepkncogaefadgpmnanfkoa
Official URL https://chromewebstore.google.com/detail/move-one-downloader/cafjiilgibepkncogaefadgpmnanfkoa
Description This extension uses a share code from the Move One app to download animation data.
File Size 15.6 KB
Installation Count 1,391
Current Version 1.2.2
Last Updated 2024-02-08
Publish Date 2023-09-22
Rating 4.43/5 Total 7 Ratings
Developer MoveAI
Email [email protected]
Payment Type free
Extension Website https://www.move.ai/move-one
Supported Languages 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"
    }
}