Move One Downloader

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

Cos'è Move One Downloader?

Move One Downloader è un'estensione di Chrome sviluppata da MoveAI, e la sua funzione principale è "This extension uses a share code from the Move One app to download animation data.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Move One Downloader

Scarica i file di estensione Move One Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Move One Downloader Move One Downloader
ID cafjiilgibepkncogaefadgpmnanfkoa
URL Ufficiale https://chromewebstore.google.com/detail/move-one-downloader/cafjiilgibepkncogaefadgpmnanfkoa
Descrizione This extension uses a share code from the Move One app to download animation data.
Dimensione del File 15.6 KB
Conteggio Installazioni 1,391
Versione Corrente 1.2.2
Ultimo Aggiornamento 2024-02-08
Data di Pubblicazione 2023-09-22
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore MoveAI
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.move.ai/move-one
Lingue Supportate 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"
    }
}