Imgartfis

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

What is Imgartfis?

Imgartfis is a Chrome extension developed by https://www.imgartfiscreator.club, and its main feature is "The Imgartfis chrome extension lets you create AI images on the go.".

Extension Screenshots

screenshot

Download Imgartfis Extension CRX File

Download Imgartfis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Imgartfis Imgartfis
ID diojbhjgmllkkiahmejflonlgoongehl
Official URL https://chromewebstore.google.com/detail/imgartfis/diojbhjgmllkkiahmejflonlgoongehl
Description The Imgartfis chrome extension lets you create AI images on the go.
File Size 26.88 KB
Installation Count 243
Current Version 1.0
Last Updated 2023-05-08
Publish Date 2023-05-07
Developer https://www.imgartfiscreator.club
Email [email protected]
Payment Type in_app
Extension Website https://www.imgartfiscreator.club
Privacy Policy Page URL https://imgartfiscreator.club/privacy
Supported Languages 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\/*"
            ]
        }
    ]
}