Netflix Recommender
This is an extension to recommend movies/shows from Netflix.
Co to jest Netflix Recommender?
Netflix Recommender to rozszerzenie Chrome opracowane przez Rishikesh95, a jego główną funkcją jest „This is an extension to recommend movies/shows from Netflix.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Netflix Recommender
Pobierz pliki rozszerzeń Netflix Recommender w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jmlenepjghcaamoohdpjgnmaaememald |
| Oficjalny URL | https://chromewebstore.google.com/detail/netflix-recommender/jmlenepjghcaamoohdpjgnmaaememald |
| Opis | This is an extension to recommend movies/shows from Netflix. |
| Rozmiar pliku | 12.98 KB |
| Liczba instalacji | 50 |
| Aktualna Wersja | 1.0.4 |
| Ostatnia Aktualizacja | 2023-06-29 |
| Data Publikacji | 2023-06-28 |
| Ocena | 5.00/5 Łącznie 26 Oceny |
| Deweloper | Rishikesh95 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
}
} | |