Helps you find the lowest book price on kobo.com.
| icons | ||
| img | ||
| lib | ||
| userscript | ||
| .gitignore | ||
| eslint.config.js | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| prettierrc.json | ||
| README.md | ||
💵 Kobo Price
Compare ebook and audiobook prices across all Kobo country stores.
Installation
Usage
Kobo shows different prices for the same book depending on your country. This extension fetches prices from every Kobo store, converts them to USD using today's exchange rate, and displays them sorted from cheapest to most expensive.
- Go to any ebook or audiobook page on kobo.com
- Click the PRICES button in the bottom of the screen
- A panel expands showing a country list with checkboxes — deselect countries you don't care about
- Click Load prices and wait for all prices to load (progress is shown as a percentage)
- The list is sorted by converted USD price — click any country name to open that store's page for the book
- Change your billing address to the cheapest country and check out
Build
All artifacts are produced from the dist/index.js bundle.
npm install
npm run bundle # build dist/index.js
npm run build-ext # build the web extension archive
npm run build-userscript # build the userscript
npm run build-all # run all three above
