WaifuChain

Display waifus associated with social media profiles

WaifuChain là gì?

WaifuChain là một tiện ích mở rộng Chrome được phát triển bởi corollari, và tính năng chính của nó là "Display waifus associated with social media profiles".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WaifuChain

Tải xuống các tệp mở rộng WaifuChain dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WaifuChain WaifuChain
ID injlalemmnakihphncnhbdckncjbcaac
URL Chính Thức https://chromewebstore.google.com/detail/waifuchain/injlalemmnakihphncnhbdckncjbcaac
Mô tả Display waifus associated with social media profiles
Kích Thước Tệp 1.55 MB
Số Lần Cài Đặt 191
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-03-24
Ngày Phát Hành 2019-03-23
Nhà Phát Triển corollari
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://waifuchain.moe
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}