Helps you find the lowest book price on kobo.com.
Find a file
2026-07-04 23:54:01 +03:00
icons icons 2024-07-15 20:52:41 +03:00
img added readme 2024-07-28 16:09:18 +03:00
lib move checkbox 2026-07-04 23:23:30 +03:00
userscript update description 2026-07-04 23:33:38 +03:00
.gitignore update manifest, source archive 2026-07-04 23:54:01 +03:00
eslint.config.js build userscript from sources 2024-07-17 14:21:14 +03:00
manifest.json update manifest, source archive 2026-07-04 23:54:01 +03:00
package-lock.json added: progress, live price updates, do not check already bought books 2024-07-17 18:11:08 +03:00
package.json update manifest, source archive 2026-07-04 23:54:01 +03:00
prettierrc.json initial commit 2024-07-14 16:49:40 +03:00
README.md update description 2026-07-04 23:33:38 +03:00

💵 Kobo Price

Compare ebook and audiobook prices across all Kobo country stores.

example

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.

  1. Go to any ebook or audiobook page on kobo.com
  2. Click the PRICES button in the bottom of the screen
  3. A panel expands showing a country list with checkboxes — deselect countries you don't care about
  4. Click Load prices and wait for all prices to load (progress is shown as a percentage)
  5. The list is sorted by converted USD price — click any country name to open that store's page for the book
  6. 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