Breedict
Axie Infinity - Breed Prediction Simulator
Co je Breedict?
Breedict je rozšíření Chrome vyvinuté hiraishinstudios, a jeho hlavní funkcí je „Axie Infinity - Breed Prediction Simulator“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Breedict
Stáhněte si soubory rozšíření Breedict 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í
Breedict is free to help Axie Infinity players.
Our extension tries to predict the status of an Axie egg.
Disclaimer: Breedict doesn't display real data from Axie Infinity game. Numbers, predictions and data could be wrong! Základní Informace o Rozšíření
| Název | |
| ID | lmcdhjgkpgdoejhddiiknaiajmcodnfk |
| Oficiální URL | https://chromewebstore.google.com/detail/breedict/lmcdhjgkpgdoejhddiiknaiajmcodnfk |
| Popis | Axie Infinity - Breed Prediction Simulator |
| Velikost souboru | 61.88 KB |
| Počet instalací | 81 |
| Aktuální Verze | 1.1.0 |
| Poslední Aktualizace | 2021-10-16 |
| Datum Vydání | 2021-10-05 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | hiraishinstudios |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://nft-tools.github.io/ |
| Podporované Jazyky | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.1.0",
"name": "Breedict",
"description": "Axie Infinity - Breed Prediction Simulator",
"author": "Porai",
"action": {
"default_icon": {
"16": "icon16.png",
"24": "icon24.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_title": "Breedict",
"default_popup": "index.html"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/graphql-gateway.axieinfinity.com\/*",
"https:\/\/marketplace.axieinfinity.com\/*",
"https:\/\/axieinfinity.com\/*"
],
"content_scripts": [
{
"css": [
"styles.css"
],
"matches": [
"https:\/\/graphql-gateway.axieinfinity.com\/*",
"https:\/\/marketplace.axieinfinity.com\/*",
"https:\/\/axieinfinity.com\/*"
],
"js": [
"constants.js",
"dna.js",
"axios.min.js",
"bignumber.min.js",
"script.js"
],
"run_at": "document_start"
}
]
} | |