A quick extension that adds some features to the crypto kitties website. See a brief demo here.
You have three options, listed from least effort to most effort (also most secure).
- Download it from the Chrome Webstore.
- Load unpacked extension from recent release zip:
- Find, download, and unzip the most recent zip in the
releases
folder. - Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select the directory you just unzipped.
- Find, download, and unzip the most recent zip in the
- Build from source. See following section
I'm leaving this section from the Extension Boilerplate I forked. If someone could test that it works it'd be appreciated.
Requires a newer version of node, I'm using 8.8
- Clone the repository.
- Install yarn:
npm install -g yarn
. - Run
yarn
. - Run
npm run start
- Load your extension on Chrome following:
- Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select the
build
folder.
- Access
- Have fun.
I wont currently accept pull requests with big changes/new features until I finish building out the current vision. However, bug fixes and new rarity algorithms are more than welcome.
I've got big plans for this guy. Here they are in order:
- Add a dropdown to the marketplace to hide/fadeout low reproduction speeds
- Implement a "database" layer (probably using
localStorage
) for caching the kitties, ethereum price, and rarity table - Finish the popup functionality to allow configuration of plugin behavior
- Develop more rarity algorithms that users can choose from.
- Implement a wallet observer in the popup - listens to transactions from the blockchain and presents them to you in kitty terms.