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 USP.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "USP.ai - ROYALTY FREE AI Image Generator"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में USP.ai - ROYALTY FREE AI Image Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL https://usp.ai/contact-us/
गोपनीयता नीति पृष्ठ URL 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": [
                ""
            ]
        }
    ]
}