tonystrawberry / axiedex.chrome

πŸš€ Source code of the browser extension AxieDex

Home Page:https://chrome.google.com/webstore/detail/axiedex-the-ultimate-axie/bknllnbfmljmdocaodafmlhcfciicabo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

πŸš€ Source code of the browser extension AxieDex

https://chrome.google.com/webstore/detail/axiedex-the-ultimate-axie/bknllnbfmljmdocaodafmlhcfciicabo


Languages

Language:TypeScript 33.1%Language:CSS 16.8%Language:SCSS 16.0%Language:Less 16.0%Language:Stylus 14.6%Language:HTML 2.5%Language:JavaScript 1.0%