WaifuChain

Display waifus associated with social media profiles

Co je WaifuChain?

WaifuChain je rozšíření Chrome vyvinuté corollari, a jeho hlavní funkcí je „Display waifus associated with social media profiles“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WaifuChain

Stáhněte si soubory rozšíření WaifuChain ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název WaifuChain WaifuChain
ID injlalemmnakihphncnhbdckncjbcaac
Oficiální URL https://chromewebstore.google.com/detail/waifuchain/injlalemmnakihphncnhbdckncjbcaac
Popis Display waifus associated with social media profiles
Velikost souboru 1.55 MB
Počet instalací 191
Aktuální Verze 1.0.0
Poslední Aktualizace 2019-03-24
Datum Vydání 2019-03-23
Vývojář corollari
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://waifuchain.moe
Podporované Jazyky 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"
    ]
}