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ファイルをダウンロード

MaiWaifu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}