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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Netflix Private List

ดาวน์โหลดไฟล์ส่วนขยาย Netflix Private List ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}