Move One Downloader

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

ما هو Move One Downloader؟

Move One Downloader هو إضافة Chrome تم تطويرها بواسطة MoveAI، والميزة الرئيسية لها هي "This extension uses a share code from the Move One app to download animation data.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Move One Downloader

قم بتنزيل ملفات الامتداد Move One Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Move One Downloader 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
البريد الإلكتروني [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"
    }
}