WaifuChain

Display waifus associated with social media profiles

What is WaifuChain?

WaifuChain is a Chrome extension developed by corollari, and its main feature is "Display waifus associated with social media profiles".

Extension Screenshots

screenshot

Download WaifuChain Extension CRX File

Download WaifuChain extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name WaifuChain WaifuChain
ID injlalemmnakihphncnhbdckncjbcaac
Official URL https://chromewebstore.google.com/detail/waifuchain/injlalemmnakihphncnhbdckncjbcaac
Description Display waifus associated with social media profiles
File Size 1.55 MB
Installation Count 191
Current Version 1.0.0
Last Updated 2019-03-24
Publish Date 2019-03-23
Developer corollari
Email [email protected]
Payment Type free
Extension Website https://waifuchain.moe
Supported Languages 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"
    ]
}