Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cside/return-amazon-5-stars-and-number-of-reviews

Bring back the 5 stars and number of reviews on Amazon
https://github.com/cside/return-amazon-5-stars-and-number-of-reviews

amazon chrome chrome-extension edge edge-extension firefox-addon firefox-extension userscript

Last synced: 3 months ago
JSON representation

Bring back the 5 stars and number of reviews on Amazon

Awesome Lists containing this project

README

        

# Return Amazon 5 Stars & Number of Reviews ( Browser Extension )

## Install

- [Chrome](https://chrome.google.com/webstore/detail/nahhbhpfahionfaobhlmoldlicdaoddg)
- [Edge](https://microsoftedge.microsoft.com/addons/detail/mpjnchaiiljgjanbceaoampplmeeibdh)
- [Firefox](https://addons.mozilla.org/firefox/addon/classic-amazon-stars/)
- [Greasy Fork](https://greasyfork.org/scripts/474149-return-amazon-5-stars-number-of-reviews)

Bring back the 5 stars and number of reviews on Amazon

## How to Build

Replace `YOUR_TOKEN` with your Github access token that includes `read:packages` permission

```bash
cat << EOF > .npmrc
//npm.pkg.github.com/:_authToken=YOUR_TOKEN
@cside:registry=https://npm.pkg.github.com/
EOF

pnpm install
pnpm run build
```

## How to Send Pull Requests

⚠️ If you have a feature request, please discuss it with me on [/issues](https://github.com/Cside/return-amazon-5-stars-and-number-of-reviews/issues) before writing your code.

Create a branch from `develop` and make a pull request to `develop` .

## Release Notes

[/releases](https://github.com/Cside/return-amazon-5-stars-and-number-of-reviews/releases)

## License

[The MIT License](/LICENSE).