Prime Ratings: IMDb Ratings on Prime Video
See IMDb ratings for shows on Amazon Prime Video.
What is Prime Ratings: IMDb Ratings on Prime Video?
Prime Ratings: IMDb Ratings on Prime Video is a Chrome extension developed by gcg1, and its main feature is "See IMDb ratings for shows on Amazon Prime Video.".
Extension Screenshots
Download Prime Ratings: IMDb Ratings on Prime Video Extension CRX File
Download Prime Ratings: IMDb Ratings on Prime Video extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension displays IMDb ratings for shows on Amazon Prime Video. Neither this extension nor its author is in any way affiliated with Amazon.
Extension Basic Information
Name | |
ID | nfhhcokdlgiihdofklhifafmmhnljbdf |
Official URL | https://chromewebstore.google.com/detail/prime-ratings-imdb-rating/nfhhcokdlgiihdofklhifafmmhnljbdf |
Description | See IMDb ratings for shows on Amazon Prime Video. |
File Size | 94.87 KB |
Installation Count | 1,146 |
Current Version | 0.0.1.5 |
Last Updated | 2021-11-21 |
Publish Date | 2020-06-10 |
Rating | 3.36/5 Total 11 Ratings |
Developer | gcg1 |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prime Ratings: IMDb Ratings on Prime Video", "version": "0.0.1.5", "description": "See IMDb ratings for shows on Amazon Prime Video.", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.primevideo.com\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.com.au\/*" ], "css": [ "styles.css" ], "js": [ "firebase-app.js", "firebase-firestore.js", "db.js", "background.js" ] } ] } |