Netflix Private List

Adds a second 'My List' to Netflix which is private and hidden from other users on the same account. Your 'Private List'.

Qu'est-ce que Netflix Private List ?

Netflix Private List est une extension Chrome développée par https://www.netflixprivatelist.com, et sa fonction principale est "Adds a second 'My List' to Netflix which is private and hidden from other users on the same account. Your 'Private List'.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Netflix Private List

Téléchargez les fichiers d'extension Netflix Private List au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Adds a second 'My List' to Netflix which is private and hidden from other users on the same account. Your 'Private List'.

1. Select movie by hovering over it with your mouse's cursor.
2. Press the "~" key (at the top left corner of the keyboard) to add the movie to the private list.
3. A notification (at the bottom left corner of the screen) will show the success of the addition.                    

Informations de Base sur l'Extension

Nom Netflix Private List Netflix Private List
ID feonpinmkafnfcniceplfobhhnhoenic
URL Officiel https://chromewebstore.google.com/detail/netflix-private-list/feonpinmkafnfcniceplfobhhnhoenic
Description Adds a second 'My List' to Netflix which is private and hidden from other users on the same account. Your 'Private List'.
Taille du Fichier 174 KB
Nombre d'Installations 31
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-04-15
Date de Publication 2020-04-10
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://www.netflixprivatelist.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.netflixprivatelist.com
URL de la Page d'Aide https://www.netflixprivatelist.com/#contact
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Private List",
    "version": "1.1.0",
    "description": "Adds a second 'My List' to Netflix which is private and hidden from other users on the same account. Your 'Private List'.",
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "options_page": "",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.netflix.com\/*\/*\/*",
                "https:\/\/www.netflix.com\/*\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content-execute.js",
                "exlist-slider\/script.js"
            ],
            "css": [
                "exlist-slider\/slider-style.css",
                "exlist-slider\/animate.css"
            ],
            "run_at": "document_end"
        }
    ],
    "author": "Emmanuel Amador",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "exlist-slider\/images\/left-arrow.png",
        "exlist-slider\/images\/right-arrow.png",
        "exlist-slider\/images\/delete-icon-512px.png",
        "exlist-slider\/images\/lock-solid.svg"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/npl16.png",
            "32": "images\/npl32.png",
            "48": "images\/npl48.png",
            "128": "images\/npl128.png"
        }
    },
    "icons": {
        "16": "images\/npl16.png",
        "32": "images\/npl32.png",
        "48": "images\/npl48.png",
        "128": "images\/npl128.png"
    },
    "manifest_version": 2
}