Imgartfis

The Imgartfis chrome extension lets you create AI images on the go.

Hvad er Imgartfis?

Imgartfis er en Chrome-udvidelse udviklet af https://www.imgartfiscreator.club, og dens hovedfunktion er "The Imgartfis chrome extension lets you create AI images on the go.".

Udvidelsesskærmbilleder

screenshot

Download Imgartfis-udvidelses-CRX-fil

Download Imgartfis-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The Imgartfis chrome extension lets you create AI images directly in Google Search. This allows you to easily generate AI images based on Google searches.                    

Grundlæggende oplysninger om udvidelsen

Navn Imgartfis Imgartfis
ID diojbhjgmllkkiahmejflonlgoongehl
Officiel URL https://chromewebstore.google.com/detail/imgartfis/diojbhjgmllkkiahmejflonlgoongehl
Beskrivelse The Imgartfis chrome extension lets you create AI images on the go.
Filstørrelse 26.88 KB
Antal Installationer 243
Nuværende Version 1.0
Senest Opdateret 2023-05-08
Udgivelsesdato 2023-05-07
Udvikler https://www.imgartfiscreator.club
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://www.imgartfiscreator.club
URL til Fortrolighedspolitik Side https://imgartfiscreator.club/privacy
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Imgartfis",
    "description": "The Imgartfis chrome extension lets you create AI images on the go.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": "imgartfis-icon-black.png"
    },
    "icons": {
        "16": "imgartfis-icon-16.png",
        "32": "imgartfis-icon-32.png",
        "48": "imgartfis-icon-48.png",
        "128": "imgartfis-icon-black.png"
    },
    "content_scripts": [
        {
            "js": [
                "background.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*"
            ]
        }
    ]
}