USP.ai - ROYALTY FREE AI Image Generator

USP.ai - ROYALTY FREE AI Image Generator

ما هو USP.ai - ROYALTY FREE AI Image Generator؟

USP.ai - ROYALTY FREE AI Image Generator هو إضافة Chrome تم تطويرها بواسطة USP.ai، والميزة الرئيسية لها هي "USP.ai - ROYALTY FREE AI Image Generator".

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

screenshot
screenshot

تحميل ملف CRX للإضافة USP.ai - ROYALTY FREE AI Image Generator

قم بتنزيل ملفات الامتداد USP.ai - ROYALTY FREE AI Image Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Our Chrome extension facilitates a seamless image generation and upscaling experience for users by providing direct upload, save, access, and organization functionalities for their images without the need to switch tabs or use external applications.

By enabling this feature, we aim to automate and optimize the image creation process and output, allowing users to streamline their workflow and enhance productivity.

This functionality facilitates the crafting of compelling visuals with ease, ultimately saving time and improving the overall efficiency of user experience.                    

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

الاسم USP.ai - ROYALTY FREE AI Image Generator USP.ai - ROYALTY FREE AI Image Generator
ID dpmgigbbhkjjfhimcgpnomighijhoepj
عنوان URL الرسمي https://chromewebstore.google.com/detail/uspai-royalty-free-ai-ima/dpmgigbbhkjjfhimcgpnomighijhoepj
الوصف USP.ai - ROYALTY FREE AI Image Generator
حجم الملف 73.31 KB
عدد التثبيتات 229
النسخة الحالية 1.0.2
آخر تحديث 2023-05-21
تاريخ النشر 2023-05-21
تقييم 5.00/5 مجموع تقييمات 2
المطور USP.ai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.usp.ai/
عنوان صفحة المساعدة https://usp.ai/contact-us/
عنوان صفحة سياسة الخصوصية https://www.usp.ai/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "USP.ai - ROYALTY FREE AI Image Generator",
    "version": "1.0.2",
    "description": "USP.ai - ROYALTY FREE AI Image Generator",
    "manifest_version": 3,
    "permissions": [
        "cookies"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "img\/logo.png",
            "32": "img\/logo.png",
            "48": "img\/logo.png",
            "128": "img\/logo.png"
        }
    },
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "fonts\/*.woff2",
                "img\/loading.gif",
                "img\/app_logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}