WaifuChain

Display waifus associated with social media profiles

Co to jest WaifuChain?

WaifuChain to rozszerzenie Chrome opracowane przez corollari, a jego główną funkcją jest „Display waifus associated with social media profiles”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WaifuChain

Pobierz pliki rozszerzeń WaifuChain w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WaifuChain WaifuChain
ID injlalemmnakihphncnhbdckncjbcaac
Oficjalny URL https://chromewebstore.google.com/detail/waifuchain/injlalemmnakihphncnhbdckncjbcaac
Opis Display waifus associated with social media profiles
Rozmiar pliku 1.55 MB
Liczba instalacji 191
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-03-24
Data Publikacji 2019-03-23
Deweloper corollari
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://waifuchain.moe
Obsługiwane Języki 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"
    ]
}