WaifuChain

Display waifus associated with social media profiles

Qu'est-ce que WaifuChain ?

WaifuChain est une extension Chrome développée par corollari, et sa fonction principale est "Display waifus associated with social media profiles".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WaifuChain

Téléchargez les fichiers d'extension WaifuChain au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WaifuChain WaifuChain
ID injlalemmnakihphncnhbdckncjbcaac
URL Officiel https://chromewebstore.google.com/detail/waifuchain/injlalemmnakihphncnhbdckncjbcaac
Description Display waifus associated with social media profiles
Taille du Fichier 1.55 MB
Nombre d'Installations 191
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-03-24
Date de Publication 2019-03-23
Développeur corollari
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://waifuchain.moe
Langues Prises en Charge 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"
    ]
}