Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cside/return-amazon-5-stars-and-number-of-reviews
- Owner: Cside
- License: mit
- Created: 2023-08-18T01:09:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T02:08:01.000Z (over 1 year ago)
- Last Synced: 2023-10-03T05:41:55.171Z (over 1 year ago)
- Topics: amazon, chrome, chrome-extension, edge, edge-extension, firefox-addon, firefox-extension, userscript
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/classic-amazon-five-stars/nahhbhpfahionfaobhlmoldlicdaoddg
- Size: 955 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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/
EOFpnpm 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).