WaifuChain

Display waifus associated with social media profiles

WaifuChainคืออะไร?

WaifuChain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย corollari และคุณลักษณะหลักของมันคือ "Display waifus associated with social media profiles"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WaifuChain

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}