SUPERMACHINE - Generate Awesome AI Images

Using the most advanced AI technology, create awesome images for your work or hobbies.

ما هو SUPERMACHINE - Generate Awesome AI Images؟

SUPERMACHINE - Generate Awesome AI Images هو إضافة Chrome تم تطويرها بواسطة Riku AI، والميزة الرئيسية لها هي "Using the most advanced AI technology, create awesome images for your work or hobbies.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة SUPERMACHINE - Generate Awesome AI Images

قم بتنزيل ملفات الامتداد SUPERMACHINE - Generate Awesome AI Images بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is a handy chrome extension for SUPERMACHINE allowing you to generate images with AI from any website online! No need to break your own work flows and open a new tab, simply assign a shortcut to this extension and generate images like never before!                    

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

الاسم SUPERMACHINE - Generate Awesome AI Images SUPERMACHINE - Generate Awesome AI Images
ID mbekpadgjphmkhdpnndkddhahincnogf
عنوان URL الرسمي https://chromewebstore.google.com/detail/supermachine-generate-awe/mbekpadgjphmkhdpnndkddhahincnogf
الوصف Using the most advanced AI technology, create awesome images for your work or hobbies.
حجم الملف 59.2 KB
عدد التثبيتات 297
النسخة الحالية 0.2
آخر تحديث 2023-09-17
تاريخ النشر 2023-09-15
تقييم 5.00/5 مجموع تقييمات 2
المطور Riku AI
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://supermachine.art
عنوان صفحة المساعدة https://supermachine.art/contact
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SUPERMACHINE - Generate Awesome AI Images",
    "description": "Using the most advanced AI technology, create awesome images for your work or hobbies.",
    "version": "0.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}