Netflix Extended
Extended features for Netflix
What is Netflix Extended?
Netflix Extended is a Chrome extension developed by Tzach Ovadia, and its main feature is "Extended features for Netflix".
Extension Screenshots
Download Netflix Extended Extension CRX File
Download Netflix Extended 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
Enhance your Netflix! - Adds IMDB scores so you you don't have to Google it every time - List items by score
Extension Basic Information
Name | Netflix Extended |
ID | clmndacmaakbpdaiehdgpojangpcnhmk |
Official URL | https://chromewebstore.google.com/detail/netflix-extended/clmndacmaakbpdaiehdgpojangpcnhmk |
Description | Extended features for Netflix |
File Size | 10.07 KB |
Installation Count | 21 |
Current Version | 1.0.0 |
Last Updated | 2019-05-16 |
Publish Date | 2019-05-16 |
Developer | Tzach Ovadia |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Extended", "short_name": "Nfx", "version": "1.0.0", "description": "Extended features for Netflix", "author": "Tzach Ovadia", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/*.netflix.com\/*" ], "js": [ "utils\/modal.js", "utils\/cache-manager.js", "main.js" ], "css": [ "style.css" ] } ], "icons": { "16": "images\/nficon2016.png", "32": "images\/nficon2016.png", "48": "images\/nficon2016.png", "128": "images\/nficon2016.png" }, "manifest_version": 2 } |