Skip to content

tonystrawberry/axiedex.chrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AxieDex - The Ultimate Axie Extension

⚠️ Repository No Longer Maintained

Notice: This repository is no longer actively maintained. Issues and pull requests will not be monitored or addressed. Feel free to fork the repository if you'd like to continue its development.

For any inquiries, you can reach out to me by email at tony.duong.102@gmail.com.

πŸ–₯ Browser extension compatible with Chrome, Brave, Mozilla

  • πŸ›  Built with ❀️ when I was still an active player of Axie Infinity
  • πŸ‘©β€πŸŽ¨ Inspired by Freak's extension (now obsolete)
  • πŸ₯° Written in the awesome Typescript language

πŸ‘¨πŸ»β€πŸ’» Local development (with Chrome)

  1. Make changes locally.
  2. Generate the build for both Chrome and Mozilla into the /dist folder.
npm run build
  1. Head to chrome://extensions/ and click on Load unpacked. Select the /dist folder.
  2. The Chrome extension is now loaded with the latest changes.

πŸš€ Publishing

  1. Modify the version inside the /public/manifest_v2.json (Mozilla Firefox) and /public/manifest.json (Chrome/Brave)
  2. Generate the .zip for both Chrome/Brave and Mozilla Firefox extension store inside the /packages folder.
zx release.js
  1. For Chrome, head to the developer dashboard and publish the newest version (/packages/${version}/${version}.chr.zip)
  2. For Mozilla, head to the developer dashboard and publish the newest version (/packages/${version}/${version}.moz.zip)