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

Netflix Private List क्या है?

Netflix Private List https://www.netflixprivatelist.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a second 'My List' to Netflix which is private and hidden from other users on the same account. Your 'Private List'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Netflix Private List एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Netflix Private List Netflix Private List
ID feonpinmkafnfcniceplfobhhnhoenic
आधिकारिक URL https://chromewebstore.google.com/detail/netflix-private-list/feonpinmkafnfcniceplfobhhnhoenic
विवरण Adds a second 'My List' to Netflix which is private and hidden from other users on the same account. Your 'Private List'.
फ़ाइल का आकार 174 KB
स्थापना संख्या 31
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2020-04-15
प्रकाशन तिथि 2020-04-10
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://www.netflixprivatelist.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.netflixprivatelist.com
सहायता पृष्ठ URL https://www.netflixprivatelist.com/#contact
समर्थित भाषाएँ 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
}