AI Waifu Explorer

Adds functionality to thisanimedoesnotexist.ai

AI Waifu Explorerคืออะไร?

AI Waifu Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kuubeu และคุณลักษณะหลักของมันคือ "Adds functionality to thisanimedoesnotexist.ai"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Waifu Explorer

ดาวน์โหลดไฟล์ส่วนขยาย AI Waifu Explorer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}