Show IMDB ratings
Show IMDB ratings
What is Show IMDB ratings?
Show IMDB ratings is a Chrome extension developed by Vin, and its main feature is "Show IMDB ratings".
Extension Screenshots
Download Show IMDB ratings Extension CRX File
Download Show IMDB ratings 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
Shows ratings next to each movie. Ratings 7.5 and above are shown in red.
Extension Basic Information
Name | Show IMDB ratings |
ID | mjljmcikmfemkogkhbohgcgbfaikoljg |
Official URL | https://chromewebstore.google.com/detail/show-imdb-ratings/mjljmcikmfemkogkhbohgcgbfaikoljg |
Description | Show IMDB ratings |
File Size | 58.37 KB |
Installation Count | 274 |
Current Version | 2.1 |
Last Updated | 2022-12-11 |
Publish Date | 2020-02-15 |
Rating | 3.23/5 Total 13 Ratings |
Developer | Vin |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.1", "name": "Show IMDB ratings", "short_name": "IMDB ratings", "description": "Show IMDB ratings", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_title": "Show IMDB ratings", "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "js": [ "jquery.min.js", "showrate.js" ], "matches": [ "https:\/\/www.imdb.com\/*" ] } ], "host_permissions": [ "https:\/\/www.imdb.com\/" ] } |