USP.ai - ROYALTY FREE AI Image Generator

USP.ai - ROYALTY FREE AI Image Generator

Was ist USP.ai - ROYALTY FREE AI Image Generator?

USP.ai - ROYALTY FREE AI Image Generator ist eine Chrome-Erweiterung, die von USP.ai entwickelt wurde, und ihr Hauptmerkmal ist "USP.ai - ROYALTY FREE AI Image Generator".

Erweiterungsscreenshots

screenshot
screenshot

USP.ai - ROYALTY FREE AI Image Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie USP.ai - ROYALTY FREE AI Image Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name USP.ai - ROYALTY FREE AI Image Generator USP.ai - ROYALTY FREE AI Image Generator
ID dpmgigbbhkjjfhimcgpnomighijhoepj
Offizielle URL https://chromewebstore.google.com/detail/uspai-royalty-free-ai-ima/dpmgigbbhkjjfhimcgpnomighijhoepj
Beschreibung USP.ai - ROYALTY FREE AI Image Generator
Dateigröße 73.31 KB
Installationsanzahl 229
Aktuelle Version 1.0.2
Letztes Update 2023-05-21
Veröffentlichungsdatum 2023-05-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler USP.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.usp.ai/
Hilfeseite URL https://usp.ai/contact-us/
URL der Datenschutzrichtlinien-Seite https://www.usp.ai/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}