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'.

Wat is Netflix Private List?

Netflix Private List is een Chrome-extensie ontwikkeld door https://www.netflixprivatelist.com, en de belangrijkste functie is "Adds a second 'My List' to Netflix which is private and hidden from other users on the same account. Your 'Private List'.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Netflix Private List

Download Netflix Private List-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Netflix Private List Netflix Private List
ID feonpinmkafnfcniceplfobhhnhoenic
Officiële URL https://chromewebstore.google.com/detail/netflix-private-list/feonpinmkafnfcniceplfobhhnhoenic
Beschrijving Adds a second 'My List' to Netflix which is private and hidden from other users on the same account. Your 'Private List'.
Bestandsgrootte 174 KB
Aantal Installaties 31
Huidige Versie 1.1.0
Laatst Bijgewerkt 2020-04-15
Publicatiedatum 2020-04-10
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.netflixprivatelist.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.netflixprivatelist.com
Help Pagina-URL https://www.netflixprivatelist.com/#contact
Ondersteunde Talen 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
}