Breedict
Axie Infinity - Breed Prediction Simulator
Breedict क्या है?
Breedict hiraishinstudios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Axie Infinity - Breed Prediction Simulator"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Breedict एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | Breedict |
ID | lmcdhjgkpgdoejhddiiknaiajmcodnfk |
आधिकारिक URL | https://chromewebstore.google.com/detail/breedict/lmcdhjgkpgdoejhddiiknaiajmcodnfk |
विवरण | Axie Infinity - Breed Prediction Simulator |
फ़ाइल का आकार | 61.88 KB |
स्थापना संख्या | 81 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2021-10-16 |
प्रकाशन तिथि | 2021-10-05 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | hiraishinstudios |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://nft-tools.github.io/ |
समर्थित भाषाएँ | 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" } ] } |