Move One Downloader

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

Qu'est-ce que Move One Downloader ?

Move One Downloader est une extension Chrome développée par MoveAI, et sa fonction principale est "This extension uses a share code from the Move One app to download animation data.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Move One Downloader

Téléchargez les fichiers d'extension Move One Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Move One Downloader Move One Downloader
ID cafjiilgibepkncogaefadgpmnanfkoa
URL Officiel 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.
Taille du Fichier 15.6 KB
Nombre d'Installations 1,391
Version Actuelle 1.2.2
Dernière Mise à Jour 2024-02-08
Date de Publication 2023-09-22
Évaluation 4.43/5 Total 7 Évaluations
Développeur MoveAI
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.move.ai/move-one
Langues Prises en Charge 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"
    }
}