USP.ai - ROYALTY FREE AI Image Generator

USP.ai - ROYALTY FREE AI Image Generator

Wat is USP.ai - ROYALTY FREE AI Image Generator?

USP.ai - ROYALTY FREE AI Image Generator is een Chrome-extensie ontwikkeld door USP.ai, en de belangrijkste functie is "USP.ai - ROYALTY FREE AI Image Generator".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie USP.ai - ROYALTY FREE AI Image Generator

Download USP.ai - ROYALTY FREE AI Image Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam USP.ai - ROYALTY FREE AI Image Generator USP.ai - ROYALTY FREE AI Image Generator
ID dpmgigbbhkjjfhimcgpnomighijhoepj
Officiële URL https://chromewebstore.google.com/detail/uspai-royalty-free-ai-ima/dpmgigbbhkjjfhimcgpnomighijhoepj
Beschrijving USP.ai - ROYALTY FREE AI Image Generator
Bestandsgrootte 73.31 KB
Aantal Installaties 229
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-05-21
Publicatiedatum 2023-05-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar USP.ai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.usp.ai/
Help Pagina-URL https://usp.ai/contact-us/
URL van de Privacybeleid Pagina https://www.usp.ai/privacy-policy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}