Imgartfis

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

Was ist Imgartfis?

Imgartfis ist eine Chrome-Erweiterung, die von https://www.imgartfiscreator.club entwickelt wurde, und ihr Hauptmerkmal ist "The Imgartfis chrome extension lets you create AI images on the go.".

Erweiterungsscreenshots

screenshot

Imgartfis-Erweiterungs-CRX-Datei herunterladen

Laden Sie Imgartfis-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Imgartfis Imgartfis
ID diojbhjgmllkkiahmejflonlgoongehl
Offizielle URL https://chromewebstore.google.com/detail/imgartfis/diojbhjgmllkkiahmejflonlgoongehl
Beschreibung The Imgartfis chrome extension lets you create AI images on the go.
Dateigröße 26.88 KB
Installationsanzahl 243
Aktuelle Version 1.0
Letztes Update 2023-05-08
Veröffentlichungsdatum 2023-05-07
Entwickler https://www.imgartfiscreator.club
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.imgartfiscreator.club
URL der Datenschutzrichtlinien-Seite https://imgartfiscreator.club/privacy
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}