MaiWaifu
An extension for Twitch that shows you other MaiWaifu user's waifus and avatars.
MaiWaifu क्या है?
MaiWaifu MaiWaifu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension for Twitch that shows you other MaiWaifu user's waifus and avatars."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MaiWaifu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |