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.”。
扩展截图
下载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 |
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 } |