MaiWaifu

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

MaiWaifu란 무엇입니까?

MaiWaifu은(는) MaiWaifu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension for Twitch that shows you other MaiWaifu user's waifus and avatars."입니다.

확장 프로그램 스크린샷

screenshot

MaiWaifu 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 MaiWaifu MaiWaifu
ID cimhfpkgacobjldfnpdhlpgjgbjkcbgd
공식 URL https://chrome.google.com/webstore/detail/maiwaifu/cimhfpkgacobjldfnpdhlpgjgbjkcbgd
설명 An extension for Twitch that shows you other MaiWaifu user's waifus and avatars.
파일 크기 697 KB
설치 횟수 1,000
현재 버전 1.5.2
최근 업데이트 2020-02-20
출시 날짜 2020-02-20
평점 4.71/5 총 14 개의 평점
개발자 MaiWaifu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://maiwaif.us
지원되는 언어 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
}