IMDB for Netflix
IMDB rating of movies and series on Netflix
What is IMDB for Netflix?
IMDB for Netflix is a Chrome extension developed by web809, and its main feature is "IMDB rating of movies and series on Netflix".
Extension Screenshots
Download IMDB for Netflix Extension CRX File
Download IMDB for Netflix 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
Extension Basic Information
Name | |
ID | maeboiplakjajainknghjdnlgllihehi |
Official URL | https://chrome.google.com/webstore/detail/imdb-for-netflix/maeboiplakjajainknghjdnlgllihehi |
Description | IMDB rating of movies and series on Netflix |
File Size | 41.92 KB |
Installation Count | 367 |
Current Version | 1.0 |
Last Updated | 2016-12-10 |
Publish Date | 2016-12-10 |
Rating | 2.00/5 Total 8 Ratings |
Developer | web809 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMDB for Netflix", "description": "IMDB rating of movies and series on Netflix", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "css": [ "content.css" ], "js": [ "jquery-3.1.1.min.js", "content.js" ] } ], "web_accessible_resources": [ "imdb.svg" ], "background": { "scripts": [ "jquery-3.1.1.min.js", "background.js" ], "persistent": false }, "permissions": [ "storage" ], "icons": { "128": "imdb.png" } } |