Move One Downloader

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

Was ist Move One Downloader?

Move One Downloader ist eine Chrome-Erweiterung, die von MoveAI entwickelt wurde, und ihr Hauptmerkmal ist "This extension uses a share code from the Move One app to download animation data.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Move One Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Move One Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Move One Downloader Move One Downloader
ID cafjiilgibepkncogaefadgpmnanfkoa
Offizielle URL https://chromewebstore.google.com/detail/move-one-downloader/cafjiilgibepkncogaefadgpmnanfkoa
Beschreibung This extension uses a share code from the Move One app to download animation data.
Dateigröße 15.6 KB
Installationsanzahl 1,391
Aktuelle Version 1.2.2
Letztes Update 2024-02-08
Veröffentlichungsdatum 2023-09-22
Bewertung 4.43/5 Insgesamt 7 Bewertungen
Entwickler MoveAI
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.move.ai/move-one
Unterstützte Sprachen 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"
    }
}