USP.ai - ROYALTY FREE AI Image Generator

USP.ai - ROYALTY FREE AI Image Generator

O que é USP.ai - ROYALTY FREE AI Image Generator?

USP.ai - ROYALTY FREE AI Image Generator é uma extensão do Chrome desenvolvida por USP.ai, e sua principal característica é "USP.ai - ROYALTY FREE AI Image Generator".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão USP.ai - ROYALTY FREE AI Image Generator

Baixe arquivos de extensão USP.ai - ROYALTY FREE AI Image Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome USP.ai - ROYALTY FREE AI Image Generator USP.ai - ROYALTY FREE AI Image Generator
ID dpmgigbbhkjjfhimcgpnomighijhoepj
URL Oficial https://chromewebstore.google.com/detail/uspai-royalty-free-ai-ima/dpmgigbbhkjjfhimcgpnomighijhoepj
Descrição USP.ai - ROYALTY FREE AI Image Generator
Tamanho do Arquivo 73.31 KB
Contagem de Instalações 229
Versão Atual 1.0.2
Última Atualização 2023-05-21
Data de Publicação 2023-05-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor USP.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.usp.ai/
URL da Página de Ajuda https://usp.ai/contact-us/
URL da Página de Política de Privacidade https://www.usp.ai/privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}