Imgartfis

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

Wat is Imgartfis?

Imgartfis is een Chrome-extensie ontwikkeld door https://www.imgartfiscreator.club, en de belangrijkste functie is "The Imgartfis chrome extension lets you create AI images on the go.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Imgartfis

Download Imgartfis-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

                        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.                    

Basisinformatie over de Extensie

Naam Imgartfis Imgartfis
ID diojbhjgmllkkiahmejflonlgoongehl
Officiële URL https://chromewebstore.google.com/detail/imgartfis/diojbhjgmllkkiahmejflonlgoongehl
Beschrijving The Imgartfis chrome extension lets you create AI images on the go.
Bestandsgrootte 26.88 KB
Aantal Installaties 243
Huidige Versie 1.0
Laatst Bijgewerkt 2023-05-08
Publicatiedatum 2023-05-07
Ontwikkelaar https://www.imgartfiscreator.club
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://www.imgartfiscreator.club
URL van de Privacybeleid Pagina https://imgartfiscreator.club/privacy
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}