A Chrome extension that shows Goodreads ratings on Amazon and Kitapyurdu book pages.
- Injects a Goodreads rating + review count next to the book title/byline
- Clicking the rating opens the Goodreads page for the book
- Clicking the review count jumps straight to the community reviews section
- Caches results locally so repeat visits don't re-fetch
amazon.com.tr— detects book pages via ISBN elements in the product detailskitapyurdu.com— detects book pages via/kitap/URL path + ISBN in attributes table
- Clone or download this repo
- Go to
chrome://extensions - Enable Developer mode
- Click Load unpacked and select the folder
| File | Purpose |
|---|---|
manifest.json |
Extension config, permissions, host matches |
background.js |
Fetches Goodreads rating via fetch() (runs in service worker) |
content.js |
Detects book pages, injects UI, handles caching |
- Only activates on book pages, not search results or category pages
- Goodreads is queried by ISBN (preferred) or ASIN as fallback
- Ratings are cached in
chrome.storage.local— clear extension storage to force a re-fetch