WaifuChain

Display waifus associated with social media profiles

什么是WaifuChain?

WaifuChain是由corollari开发的Chrome扩展程序,该扩展的主要功能是“Display waifus associated with social media profiles”。

扩展截图

screenshot

下载WaifuChain扩展crx文件

下载WaifuChain扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    ]
}