Netflix Party

Netflix party watch together with friends.

Netflix Partyคืออะไร?

Netflix Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Netflix Party และคุณลักษณะหลักของมันคือ "Netflix party watch together with friends."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix Party

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

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

                        Want to enjoy your favorite Netflix series or movie with friends and family? Netflix Party is all you need. 

With Netflix Party, you can create a “Party” and ask others to join it. Think of a party as a virtual session which lets Netflix users watch videos together.
 
How to use Netflix Party Chrome extension:
>> Install the extension (one-time process).
>> Open the video of your choice on Netflix. 
>> Click on the extension’s icon and start a Party.
>> Invite other Netflix users to the Party you just created by sharing its link with them.
>> watch netflix together with your friends  

Note:
Netflixparty is an alternative to teleparty chrome extension. You need an active Netflix account to use the Netflix Party Chrome extension. Users can also create Netflix group watch for up to 100 people

Features:
>>Support for Prime Video, Twitch and other streaming platforms is now enabled
>>Share the link from any social media
>>Choose between dark or light theme of your choice
>>Host controls 

Version 0.0.5:
>> Added watch party support for Prime Video, Disney plus 
>> Improved host controls

Version 0.0.3: 
>> Now support for the New Netflix UI Layout
>> You can enable watch party on any video playback site
>> Added support for more than 10 languages
>> Improved UI & Bug Fixes                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Netflix Party Netflix Party
ID flijfnhifgdcbhglkneplegafminjnhn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/netflix-party/flijfnhifgdcbhglkneplegafminjnhn
คำอธิบาย Netflix party watch together with friends.
ขนาดไฟล์ 2.17 MB
จำนวนการติดตั้ง 300,000
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2022-06-27
วันที่เผยแพร่ 2021-06-01
คะแนน 4.52/5 รวมทั้งหมด 54 คะแนน
ผู้พัฒนา Netflix Party
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://unscart.com/npp-privacy-policy
ภาษาที่รองรับ en,tr,es,pt-BR,pt-PT,ru,hi,ta,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "version": "0.0.6",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "32.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "index.html",
        "default_title": "Netflix Party"
    },
    "content_security_policy": "script-src 'self' 'sha256-1kri9uKG6Gd9VbixGzyFE\/kaQIHihYFdxFKKhgz3b80'; object-src 'self'",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/socket.io.js",
                "content\/jquery.min.js",
                "content\/faker.min.js",
                "content\/content.js"
            ],
            "css": []
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "public\/*"
    ]
}