WaifuChain
Display waifus associated with social media profiles
WaifuChain क्या है?
WaifuChain corollari द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display waifus associated with social media profiles"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WaifuChain एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Displays the waifus owned by the user, lets the user assign one of their waifus to a social media profile and shows the waifus associated with profiles on their pages. Having metamask installed is required for this extension to work.
एक्सटेंशन की मूल जानकारी
नाम | WaifuChain |
ID | injlalemmnakihphncnhbdckncjbcaac |
आधिकारिक URL | https://chromewebstore.google.com/detail/waifuchain/injlalemmnakihphncnhbdckncjbcaac |
विवरण | Display waifus associated with social media profiles |
फ़ाइल का आकार | 1.55 MB |
स्थापना संख्या | 191 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2019-03-24 |
प्रकाशन तिथि | 2019-03-23 |
डेवलपर | corollari |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://waifuchain.moe |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WaifuChain", "version": "1.0.0", "description": "Display waifus associated with social media profiles", "manifest_version": 2, "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png" }, "default_title": "WaifuChain", "default_popup": "popup\/index.html" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "dist\/twitter.js" ], "css": [ "contentScripts\/twitter\/styles.css" ] } ], "permissions": [ "activeTab" ] } |