Netflix IMDb Ratings
Adds the IMDb rating to Netflix show cards
What is Netflix IMDb Ratings?
Netflix IMDb Ratings is a Chrome extension developed by kanslulz, and its main feature is "Adds the IMDb rating to Netflix show cards".
Extension Screenshots
Download Netflix IMDb Ratings Extension CRX File
Download Netflix 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
This extension adds a bubble with the IMDb rating when you hover over a card on Netflix. It looks native and links to the IMDb description page.
Extension Basic Information
Name | Netflix IMDb Ratings |
ID | flbaobpeildpkibhejhbapoleckbjkih |
Official URL | https://chromewebstore.google.com/detail/netflix-imdb-ratings/flbaobpeildpkibhejhbapoleckbjkih |
Description | Adds the IMDb rating to Netflix show cards |
File Size | 6.33 KB |
Installation Count | 71 |
Current Version | 1.1 |
Last Updated | 2017-04-09 |
Publish Date | 2017-04-09 |
Rating | 2.22/5 Total 9 Ratings |
Developer | kanslulz |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix IMDb Ratings", "description": "Adds the IMDb rating to Netflix show cards", "version": "1.1", "browser_action": { "default_icon": "logo.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.netflix.com\/*", "http:\/\/*.netflix.com\/*" ], "js": [ "page_observer.js", "rating_utils.js" ] } ] } |