AI Waifu Explorer

Adds functionality to thisanimedoesnotexist.ai

AI Waifu Explorer क्या है?

AI Waifu Explorer kuubeu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds functionality to thisanimedoesnotexist.ai"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AI Waifu Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension provides an extended set of features to thisanimedoesnotexist.io. It allows you to quickly compare 18 images per each seed, switch seeds with buttons or keyboard shortcuts, download pictures as PNG or GIF, and copy links to images.

To start go to: https://thisanimedoesnotexist.ai/slider.html?seed=0

Keyboard shortcuts:
← / A – previous image
→ / D – next image
Shift + ← / A – previous seed
Shift + → / D – next seed
C – copy image address to clipboard                    

एक्सटेंशन की मूल जानकारी

नाम AI Waifu Explorer AI Waifu Explorer
ID aoppaacohcacbigiplllkddabfalkchc
आधिकारिक URL https://chrome.google.com/webstore/detail/ai-waifu-explorer/aoppaacohcacbigiplllkddabfalkchc
विवरण Adds functionality to thisanimedoesnotexist.ai
फ़ाइल का आकार 24.55 KB
स्थापना संख्या 180
वर्तमान संस्करण 1.01
अंतिम अपडेट 2021-07-02
प्रकाशन तिथि 2021-06-29
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर kuubeu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://thisanimedoesnotexist.ai/slider.html?seed=0
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AI Waifu Explorer",
    "description": "Adds functionality to thisanimedoesnotexist.ai",
    "version": "1.01",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/thisanimedoesnotexist.ai\/slider.html*"
            ],
            "run_at": "document_end",
            "css": [
                "css.css"
            ],
            "js": [
                "gifshot-min.js",
                "js.js"
            ]
        }
    ]
}