AI Waifu Explorer

Adds functionality to thisanimedoesnotexist.ai

AI Waifu Explorer là gì?

AI Waifu Explorer là một tiện ích mở rộng Chrome được phát triển bởi kuubeu, và tính năng chính của nó là "Adds functionality to thisanimedoesnotexist.ai".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI Waifu Explorer

Tải xuống các tệp mở rộng AI Waifu Explorer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AI Waifu Explorer AI Waifu Explorer
ID aoppaacohcacbigiplllkddabfalkchc
URL Chính Thức https://chrome.google.com/webstore/detail/ai-waifu-explorer/aoppaacohcacbigiplllkddabfalkchc
Mô tả Adds functionality to thisanimedoesnotexist.ai
Kích Thước Tệp 24.55 KB
Số Lần Cài Đặt 180
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2021-07-02
Ngày Phát Hành 2021-06-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kuubeu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://thisanimedoesnotexist.ai/slider.html?seed=0
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}