Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onikienko/disney-plus-ratings-extension
Chrome Extension to show IMDb rating on Disney Plus
https://github.com/onikienko/disney-plus-ratings-extension
chrome-extension disneyplus
Last synced: 22 days ago
JSON representation
Chrome Extension to show IMDb rating on Disney Plus
- Host: GitHub
- URL: https://github.com/onikienko/disney-plus-ratings-extension
- Owner: onikienko
- License: mit
- Created: 2023-10-09T21:01:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T14:57:14.000Z (about 1 month ago)
- Last Synced: 2024-12-07T11:30:25.012Z (27 days ago)
- Topics: chrome-extension, disneyplus
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/disney-plus-ratings/eoajkdpoodoacmoomlnehmjmlmebkfeh
- Size: 1.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Disney Plus Rating Browser Extension
**I do not use Disney+ atm, so I can't keep this extension updated. PRs with fixes are welcome.**
Extension for disneyplus.com users. Adds IMDb rating to Disney Plus Movies and Series.
Install from [Chrome Web Store](https://chromewebstore.google.com/detail/disney-plus-ratings/eoajkdpoodoacmoomlnehmjmlmebkfeh)
## Development:
1. Check if your [Node.js](https://nodejs.org/) version is >= **20**.
2. Run `npm install` to install the dependencies.
3. Run `npm start`
4. Load your extension on Chrome following:
1. Access `chrome://extensions/`
2. Check `Developer mode`
3. Click on `Load unpacked extension`
4. Select the `dist` folder.