Netflix Recommender

This is an extension to recommend movies/shows from Netflix.

What is Netflix Recommender?

Netflix Recommender is a Chrome extension developed by Rishikesh95, and its main feature is "This is an extension to recommend movies/shows from Netflix.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Netflix Recommender Extension CRX File

Download Netflix Recommender 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

                        You no longer have to worry about deciding what to watch.This extension recommends you 20 movies/shows to watch on Netflix. You can also search genres, keywords, etc. to get specific recommendations. A simple click on any of the recommendations will redirect you to a new tab where the recommendation starts playing (if your Netflix is logged in) or opens Netflix with that specific recommendation.                    

Extension Basic Information

Name Netflix Recommender Netflix Recommender
ID jmlenepjghcaamoohdpjgnmaaememald
Official URL https://chromewebstore.google.com/detail/netflix-recommender/jmlenepjghcaamoohdpjgnmaaememald
Description This is an extension to recommend movies/shows from Netflix.
File Size 12.98 KB
Installation Count 50
Current Version 1.0.4
Last Updated 2023-06-29
Publish Date 2023-06-28
Rating 5.00/5 Total 26 Ratings
Developer Rishikesh95
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Recommender",
    "version": "1.0.4",
    "description": "This is an extension to recommend movies\/shows from Netflix.",
    "manifest_version": 3,
    "author": "Rishikesh Yadav",
    "icons": {
        "128": "icon_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' 'nonce-EDNnf03nceIOfn39fn3e9h3sdfa'"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Netflix Recommender",
        "default_icon": "icon_128.png",
        "icons": {
            "128": "icon_128.png"
        }
    }
}