Netflix Recommender

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

Cos'è Netflix Recommender?

Netflix Recommender è un'estensione di Chrome sviluppata da Rishikesh95, e la sua funzione principale è "This is an extension to recommend movies/shows from Netflix.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Netflix Recommender

Scarica i file di estensione Netflix Recommender in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Netflix Recommender Netflix Recommender
ID jmlenepjghcaamoohdpjgnmaaememald
URL Ufficiale https://chromewebstore.google.com/detail/netflix-recommender/jmlenepjghcaamoohdpjgnmaaememald
Descrizione This is an extension to recommend movies/shows from Netflix.
Dimensione del File 12.98 KB
Conteggio Installazioni 50
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-06-29
Data di Pubblicazione 2023-06-28
Valutazione 5.00/5 Totale 26 Valutazioni
Sviluppatore Rishikesh95
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}