Netflix Party Plus: watch together and chat

Watch Netflix with friends online! Extension to watch Netflix together and chat.

Netflix Party Plus: watch together and chat란 무엇입니까?

Netflix Party Plus: watch together and chat은(는) SVODExtensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch Netflix with friends online! Extension to watch Netflix together and chat."입니다.

확장 프로그램 스크린샷

screenshot

Netflix Party Plus: watch together and chat 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Do you miss group movie marathons? Now you can do them online!

Watch your Netflix favorites together with the squad while staying on your comfy sofa. Thanks to live chat you can comment on whatever's happening on your screen and share your thoughts.

No more fighting over the remote - all of you have the power to pause or rewind anytime you want. Although you may need to compromise on the movie title, you're free to choose your snacks of choice (bonus: you don't have to share them with anyone!)

How does it work?
1. Add Netflix Party Plus to Chrome.
2. Go to Netflix and log in to your account.
3. Click on the small puzzle piece icon next to the Chrome browser address bar. 
4. Pin Netflix Party Plus to have it always in the extensions toolbar.
5. Click on the Party extension icon to see the settings popup.
6. Here you can copy the party link to share with others or start a new party room.
7. Send the invitation link to anyone you’d like to invite (please note that all the party members have to have their own Netflix accounts).
8. Set your username in the chat panel on the right.
9. Make sure everyone is in sync before the party starts.
10. Pick a movie or TV series to watch together.
11. Enjoy groupflixing!

Disclaimer: Netflix is a trademark of Netflix, Inc. This website & extension hold no association or affiliation with Netflix or any third-party companies.                    

확장 프로그램 기본 정보

이름 Netflix Party Plus: watch together and chat Netflix Party Plus: watch together and chat
ID lbcinfjehfdhncdbkaiiebeelbplhben
공식 URL https://chromewebstore.google.com/detail/netflix-party-plus-watch/lbcinfjehfdhncdbkaiiebeelbplhben
설명 Watch Netflix with friends online! Extension to watch Netflix together and chat.
파일 크기 154 KB
설치 횟수 1,805
현재 버전 0.0.2
최근 업데이트 2023-11-22
출시 날짜 2022-04-06
평점 5.00/5 총 1 개의 평점
개발자 SVODExtensions
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.vodextended.com/privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.0.2",
    "default_locale": "en",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "css": [
                "src\/contentscripts\/ui\/sidebar-host.css"
            ],
            "js": [
                "lib\/config.js",
                "lib\/jquery.js",
                "lib\/socketio.js",
                "lib\/global-helpers.js",
                "lib\/states.js",
                "src\/contentscripts\/helpers\/helper.js",
                "src\/contentscripts\/helpers\/ui-helper.js",
                "src\/contentscripts\/listener\/state-listener.js",
                "src\/contentscripts\/listener\/extension-messages.js",
                "src\/contentscripts\/listener\/websocket.js",
                "src\/contentscripts\/listener\/start-video-button.js",
                "src\/contentscripts\/listener\/review-listener.js",
                "src\/contentscripts\/actions\/next-episode.js",
                "src\/contentscripts\/actions\/close.js",
                "src\/contentscripts\/actions\/play.js",
                "src\/contentscripts\/actions\/pause.js",
                "src\/contentscripts\/actions\/bind-actions.js",
                "src\/contentscripts\/actions\/inject-seek.js",
                "src\/contentscripts\/ui\/sidebar-host.js",
                "src\/contentscripts\/listener\/bootstrap.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png",
                "src\/sidebar\/*",
                "src\/contentscripts\/actions\/seek.js"
            ],
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/background\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "src\/popup\/popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}