disney-plus-ratings-extension

Chrome Extension to show IMDb rating on Disney Plus

MIT License

Stars
0

Bot releases are visible (Hide)

disney-plus-ratings-extension - v1.0.2 Latest Release

Published by onikienko 9 months ago

1.0.2 (2024-01-12)

Bug Fixes

  • update according to markup changes (cce28ce)
disney-plus-ratings-extension - v1.0.1

Published by onikienko 10 months ago

1.0.1 (2023-12-15)

Bug Fixes

  • better RegExps to get movie name (457b8f1)
  • do not fetch movie name in the background if received in a content script (42113d1)
  • get movie name in a content script if opened page in "en" lang (a19687d)
  • remove imdb-api.projects.thetuhin.com from API mirrors (8cccf5c)
disney-plus-ratings-extension - v1.0.0

Published by onikienko 12 months ago

  • refactor: store name prop as const (39a276e)
  • refactor: remove unneeded "permissions" key from the manifest.json (5226d15)
  • fix: update extension description in the manifest.json (eb13dcd)
  • feat: new extension icon (db93146)
  • docs: update README.md (3c0e45e)
  • build(deps): upgrade parcel related dependencies to v2.10.1 (4ad2870)
  • build: upgrade eslint env to es2022 (4463000)
  • build: remove unneeded plugins and rules from .eslintrc.json (aaec0e7)
  • build(deps): upgrade parcel related packages to the latest version (b2c5c33)
  • Merge pull request #5 from onikienko/dependabot/npm_and_yarn/filenamify-6.0.0 (58ec9d7)
  • Bump filenamify from 5.1.1 to 6.0.0 (f2a02cd)
  • Merge pull request #10 from onikienko/dependabot/npm_and_yarn/types/fs-extra-11.0.3 (d947412)
  • Bump @types/fs-extra from 11.0.2 to 11.0.3 (7a776bd)
  • Merge pull request #13 from onikienko/dependabot/npm_and_yarn/eslint-8.52.0 (7ea60ad)
  • Bump eslint from 8.50.0 to 8.52.0 (8c071f9)
  • Merge pull request #14 from onikienko/dependabot/npm_and_yarn/types/chrome-0.0.248 (a856280)
  • Bump @types/chrome from 0.0.246 to 0.0.248 (f2a82e9)
  • build(deps): uninstall unneeded eslint-plugin-react-hooks package (377e85f)
  • build(deps): uninstall unneeded eslint-plugin-react package (03a9974)
  • build(deps): uninstall unneeded @types/react and @types/react-dom packages (4d14767)
  • refactor: remove unneeded constants (b3efbcd)
  • initial code with working injection of imdb rating to disney+ (a252c9d)
  • Update names, urls, etc in manifest.json and package-lock.json (b46e61d)
  • Initial commit (4cbdedc)
Related Projects