MaiWaifu

An extension for Twitch that shows you other MaiWaifu user's waifus and avatars.

MaiWaifu là gì?

MaiWaifu là một tiện ích mở rộng Chrome được phát triển bởi MaiWaifu, và tính năng chính của nó là "An extension for Twitch that shows you other MaiWaifu user's waifus and avatars.".

Ả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 MaiWaifu

Tải xuống các tệp mở rộng MaiWaifu 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

                        MaiWaifu lets you share your waifu with other users on Twitch.tv

Once you've created your waifu, other MaiWaifu users will see your badge in chat and can view your waifu.                    

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

Tên MaiWaifu MaiWaifu
ID cimhfpkgacobjldfnpdhlpgjgbjkcbgd
URL Chính Thức https://chrome.google.com/webstore/detail/maiwaifu/cimhfpkgacobjldfnpdhlpgjgbjkcbgd
Mô tả An extension for Twitch that shows you other MaiWaifu user's waifus and avatars.
Kích Thước Tệp 697 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.5.2
Cập Nhật Lần Cuối 2020-02-20
Ngày Phát Hành 2020-02-20
Đánh Giá 4.71/5 Tổng số 14 Đánh Giá
Nhà Phát Triển MaiWaifu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://maiwaif.us
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MaiWaifu",
    "version": "1.5.2",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "description": "An extension for Twitch that shows you other MaiWaifu user's waifus and avatars.",
    "permissions": [
        "storage",
        "cookies",
        "https:\/\/maiwaif.us\/"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/32px_-_happy.png",
            "48": "images\/48px_-_happy.png",
            "128": "images\/128px_-_happy.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ],
            "exclude_globs": [
                "https:\/\/www.twitch.tv\/directory\/*",
                "https:\/\/www.twitch.tv\/p\/*",
                "https:\/\/www.twitch.tv\/products\/*",
                "https:\/\/www.twitch.tv\/*\/manager*",
                "https:\/\/www.twitch.tv\/*\/dashboard",
                "https:\/\/www.twitch.tv\/broadcast",
                "https:\/\/www.twitch.tv\/messages\/*",
                "https:\/\/www.twitch.tv\/settings"
            ]
        }
    ],
    "icons": {
        "32": "images\/32px_-_happy.png",
        "48": "images\/48px_-_happy.png",
        "128": "images\/128px_-_happy.png"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.svg",
        "fonts\/*"
    ],
    "manifest_version": 2
}