AI Stylist

AI Stylist

What is AI Stylist?

AI Stylist is a Chrome extension developed by AI Stylist, and its main feature is "AI Stylist".

Extension Screenshots

screenshot
screenshot

Download AI Stylist Extension CRX File

Download AI Stylist 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

                        AI Stylist Virtual Fitting Room is an AI-powered next-gen solution that is based on the largest proprietary data set of human full body 3D scans from 27 countries. 
You have an opportunity to try-on any product virtually simply by uploading your photo or using a photo of a pre-loaded avatar. Our GAN-based technology will then generate a realistic product fit visualisation on the uploaded photo that you can download if you need.

How it works:

Just open the context menu on the image with clothes you like, select "AI Stylist" and in the pop-up try-on clothes on the default avatar or create your own by uploading your photo.                    

Extension Basic Information

Name AI Stylist AI Stylist
ID nbbobpgaadhhljllfjfplnljjldobjbg
Official URL https://chromewebstore.google.com/detail/ai-stylist/nbbobpgaadhhljllfjfplnljjldobjbg
Description AI Stylist
File Size 343 KB
Installation Count 187
Current Version 1.0.3
Last Updated 2023-01-24
Publish Date 2022-02-03
Rating 4.50/5 Total 6 Ratings
Developer AI Stylist
Email [email protected]
Payment Type free
Extension Website https://i-stylist.com/privacy/widget-privacy/index.html
Privacy Policy Page URL https://i-stylist.com/privacy/widget-privacy/index.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Stylist",
    "description": "AI Stylist",
    "version": "1.0.3",
    "icons": {
        "128": "src\/Dress-Me-01-128.png"
    },
    "action": {
        "default_icon": "src\/Dress-Me-01.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}