Freak's Axie Extension

An extension to help play Axie Infinity.

Freak's Axie Extension क्या है?

Freak's Axie Extension freakitties द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to help play Axie Infinity."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Freak's Axie Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Add-on to help play Axie Infinity (https://axieinfinity.com).

This extension will show number of breeds, HP, speed, purity, and pending exp. 

When mousing over the stat line, it will show you hidden genes.


Changes:

1.7.1: Updated to work with new graphql query.

1.7.0: Thanks to Maxbrand for adding 512-bit gene support and summer parts! Added support for new marketplace filters to make loading faster.

1.6.2: Fixed axie details page stats. Changed breeds icon. New filters don't work yet

1.6.1: Support reverse part search (to a degree)

1.6.0: Migrated to Chrome Extensions manifest v3

1.5.4: Fixed CORS issue

1.5.3: Fixed search/sort  drop-downs

1.5.2: Fix for new Axie URLs

1.5.1: Switched to V2 graphql API and fixed fetching batch axies for ronin addresses.

1.5.0: Major speed up and code clean up. Removed support for old axie site.

1.4.6: More API migration.

1.4.4: Bug fixes/tweaks. Updated to work with Axie Infinity's new API format.

1.4.2: Performance tweak

1.4.1: Fixed performance problem on marketplace/inventory pages when petites were present.

1.4.0: Fixed bug causing slowdown on axie details page. Fixed dropdown transparency issues.

1.3.7: Fixed bug when trying to write stats to children portaits on the new axie details page (no longer trying to print stats there).

1.3.6: Made extension work with new API change. Now overwriting "Breed Count" text with stats.

1.3.5: Fixed popup menu

1.3.4: Removed exp feature since we've moved on to love potions now.

1.3.3: Fixed broken list view in new marketplace.

1.3.2: Tweaked gene box location.

1.3.1: Bug fix.

1.3.0: Added support for the new marketplace site. Fixed bug with Japanese breeding window.

1.2.2: Fixed pending exp bug due to new Chrome security restrictions (https://www.chromium.org/Home/chromium-security/extension-content-script-fetches)

1.2.1: Reverted last update. Turns out we don't need Account ID.

1.2.0: Display Axie Account ID on the Land inventory page. For use with other tools.

1.1.6: final v1 to v2 api change

1.1.5: Fixed minor bug for v2 api.

1.1.4: Reverted breaking change.

1.1.3: Moved to v2 api. Minor bug fix.

1.1.2: Minor bug fix.

1.1.1: Updated outdated Infura endpoint server.

1.1: Added hidden genes display to the Axie details page. Mouseover the stars area.                    

एक्सटेंशन की मूल जानकारी

नाम Freak's Axie Extension Freak's Axie Extension
ID copjnifcecdedocejpaapepagaodgpbh
आधिकारिक URL https://chromewebstore.google.com/detail/freaks-axie-extension/copjnifcecdedocejpaapepagaodgpbh
विवरण An extension to help play Axie Infinity.
फ़ाइल का आकार 345 KB
स्थापना संख्या 144,280
वर्तमान संस्करण 1.7.1
अंतिम अपडेट 2022-08-11
प्रकाशन तिथि 2020-05-30
रेटिंग 3.70/5 कुल 88 रेटिंग्स
डेवलपर freakitties
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://freakitties.github.io/axie/
गोपनीयता नीति पृष्ठ URL https://raw.githubusercontent.com/freakitties/axieExt/master/privacy.txt
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Freak's Axie Extension",
    "version": "1.7.1",
    "description": "An extension to help play Axie Infinity.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/marketplace.axieinfinity.com\/*",
        "https:\/\/*.axieinfinity.com\/*"
    ],
    "icons": {
        "16": "images\/rep_icon16.png",
        "32": "images\/rep_icon32.png",
        "48": "images\/rep_icon48.png",
        "128": "images\/rep_icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Freak's Axie Extension",
        "default_icon": {
            "16": "images\/rep_icon16.png",
            "32": "images\/rep_icon32.png",
            "48": "images\/rep_icon48.png",
            "128": "images\/rep_icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/marketplace.axieinfinity.com\/*"
            ],
            "js": [
                "options.js",
                "traitmapping.js",
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "body-parts.json"
            ],
            "matches": [
                "https:\/\/marketplace.axieinfinity.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}