Breedict
Axie Infinity - Breed Prediction Simulator
什麼是Breedict?
Breedict是由hiraishinstudios開發的Chrome擴展程式,該擴展的主要功能是“Axie Infinity - Breed Prediction Simulator”。
擴展截圖
下載Breedict擴展crx文件
下載Breedict擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } ] } |