Netflix Party

Netflix party watch together with friends.

什麼是Netflix Party?

Netflix Party是由Watch Party開發的Chrome擴展程式,該擴展的主要功能是“Netflix party watch together with friends.”。

擴展截圖

screenshot

下載Netflix Party擴展crx文件

下載Netflix Party擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Get this chrome addon to create or host watch parties on Netflix. We made this extension during the pandemic to help people connect with their friends, families or loved ones. Here is how to create Watch party for Netflix

>Install the extension and pin it to your browser
>Visit Netflix website and play any movie or show of your choice.
>Then click on extension icon, it will give an option to create Watch Party.
>Create and share the link with your friends or family. 
>The host will have the control to pause or forward the video which will be replicated for all other party members.

>> Chat functionality on all website 

1.0.1
>> bug fixes                    

擴展基本資訊

名稱 Netflix Party Netflix Party
ID felcheipcdolkjejhodkggkgjljkipfe
官方網址 https://chromewebstore.google.com/detail/netflix-party/felcheipcdolkjejhodkggkgjljkipfe
簡介 Netflix party watch together with friends.
檔案大小 2.61 MB
安裝次數 6,144
目前版本 1.0.1
更新時間 2023-07-18
上架時間 2022-09-08
評分 5.00/5 共 1 次評分
開發者 Watch Party
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/1NKXR2ewm5UBUAL6YJvMPDzcF9dAdm11DVDp-UkUluc8/edit?usp=sharing
支援的語言 en,tr,es,pt-BR,pt-PT,ru,hi,ta,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Party",
    "version": "1.0.1",
    "description": "Netflix party watch together with friends.",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "16.png",
        "48": "32.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": "128.png",
        "default_popup": "index.html",
        "default_title": "Netflix Party"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/socket.io.js",
                "content\/jquery.min.js",
                "content\/faker.min.js",
                "content\/content.js"
            ]
        }
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "public\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}