Crypto Blades Tools
crypto-blades-tools
Wat is Crypto Blades Tools?
Crypto Blades Tools is een Chrome-extensie ontwikkeld door nicolas.salvai95, en de belangrijkste functie is "crypto-blades-tools".
Extensie Screenshots
Download het CRX-bestand van de extensie Crypto Blades Tools
Download Crypto Blades Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Tools for CryptoBlades NTF-Game. 
Allows you to see fight victory probability, fight only when you are comfortable.
Allows you to see amount of experience needed for next milestone level.
Code: https://github.com/NicoSalvai/cryptoblades-chrome-extension                     Basisinformatie over de Extensie
| Naam |   |  
| ID | kiccokmcifmapafcihimmlajjkilhpdh | 
| Officiële URL | https://chromewebstore.google.com/detail/crypto-blades-tools/kiccokmcifmapafcihimmlajjkilhpdh | 
| Beschrijving | crypto-blades-tools | 
| Bestandsgrootte | 10.08 KB | 
| Aantal Installaties | 26 | 
| Huidige Versie | 0.2.1 | 
| Laatst Bijgewerkt | 2021-08-07 | 
| Publicatiedatum | 2021-08-06 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | nicolas.salvai95 | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Blades Tools",
    "description": "crypto-blades-tools",
    "version": "0.2.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/img\/icon.png",
            "32": ".\/img\/icon.png",
            "48": ".\/img\/icon.png",
            "128": ".\/img\/icon.png"
        }
    },
    "icons": {
        "16": ".\/img\/icon.png",
        "32": ".\/img\/icon.png",
        "48": ".\/img\/icon.png",
        "128": ".\/img\/icon.png"
    },
    "options_page": ".\/options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/app.cryptoblades.io\/#\/*"
    ]
}  |  |