CryptoBlades Calculator

A extension to simulate the combat in CryptoBlades

Co to jest CryptoBlades Calculator?

CryptoBlades Calculator to rozszerzenie Chrome opracowane przez Mateus Dyonisio, a jego główną funkcją jest „A extension to simulate the combat in CryptoBlades”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CryptoBlades Calculator

Pobierz pliki rozszerzeń CryptoBlades Calculator 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

                        If you need a percentage of your combats in Cryptoblades, this extension is for you! With it, you can simulate a combat and get de percentage of each, just hover your mouse in sword and see the magic happen.                    

Podstawowe informacje o rozszerzeniu

Nazwa CryptoBlades Calculator CryptoBlades Calculator
ID mnjcllcfojjkdfodmnohfojfbklkpjal
Oficjalny URL https://chromewebstore.google.com/detail/cryptoblades-calculator/mnjcllcfojjkdfodmnohfojfbklkpjal
Opis A extension to simulate the combat in CryptoBlades
Rozmiar pliku 5.6 KB
Liczba instalacji 45
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2021-08-05
Data Publikacji 2021-08-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Mateus Dyonisio
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoBlades Calculator",
    "description": "A extension to simulate the combat in CryptoBlades",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.cryptoblades.io\/*"
            ],
            "js": [
                "content.js",
                "levels.js"
            ]
        }
    ]
}