A currency converter made for buff.163.com (Google Extension)
Created with 💖 by wakils & linnnus
Notice: On 18/09/2023 the extension was accquired by Limitlessextensions. These source files are still kept online for reference but it may no longer reflect the contents of the extension available at the Chrome webstore.
- Eases the process of converting currencies from buff.163.com
- Synchronizes user preferences (chosen currency) across all devices on an account.
- Automatically updates currency rates frequently, so you never get inaccurate prices.
- Provides a user-friendly diverse UI, that lets you change to your wanted currency
- Features more than 30 currencies
- Fast and light-weight
- Install the latest version of Buff Currency from the Google Webstore.
- Find Buff Currency in your Chrome Extensions and choose the currency you want to convert to.
- Head on over to buff.163.com (if you are already on buff, make sure to reload the page). Now you should see the prices being converted.
We recommended using Mozilla's excellent web-ext
, in order to automatically
reload and package the extension.
- Clone the repo
git clone https://github.com/realwakils/buffcurrency.git cd buffcurrency
- Install
web-ext
globallynpm install -g web-ext
- Test the extension
Use the
web-ext run -t chromium --url https://buff.163.com
--chromium-binary
and--chromium-profile
flags, if you wish to use your own Chrome profile. By doing this you avoid having to login to Buff every time.
Extra credits are due to:
- Zukko04: Helped a lot with testing.
- CoachDP: Denmark's greatest streamer! A regular user of Buff.163.com and helped testing aswell.
Thank you!