MaiWaifu

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

Was ist MaiWaifu?

MaiWaifu ist eine Chrome-Erweiterung, die von MaiWaifu entwickelt wurde, und ihr Hauptmerkmal ist "An extension for Twitch that shows you other MaiWaifu user's waifus and avatars.".

Erweiterungsscreenshots

screenshot

MaiWaifu-Erweiterungs-CRX-Datei herunterladen

Laden Sie MaiWaifu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MaiWaifu MaiWaifu
ID cimhfpkgacobjldfnpdhlpgjgbjkcbgd
Offizielle URL https://chrome.google.com/webstore/detail/maiwaifu/cimhfpkgacobjldfnpdhlpgjgbjkcbgd
Beschreibung An extension for Twitch that shows you other MaiWaifu user's waifus and avatars.
Dateigröße 697 KB
Installationsanzahl 1,000
Aktuelle Version 1.5.2
Letztes Update 2020-02-20
Veröffentlichungsdatum 2020-02-20
Bewertung 4.71/5 Insgesamt 14 Bewertungen
Entwickler MaiWaifu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://maiwaif.us
Unterstützte Sprachen 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
}