JustParty: watch Netflix with friends

JustParty: watch Netflix in-sync while video chatting with friends

JustParty: watch Netflix with friendsคืออะไร?

JustParty: watch Netflix with friends เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://justparty.io และคุณลักษณะหลักของมันคือ "JustParty: watch Netflix in-sync while video chatting with friends"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JustParty: watch Netflix with friends

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

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

                        Host Netflix watch party with friends while your show is automatically synced for everyone. Video chat with friends while you are watching shows. Group chat with text messages or emojis.

JustParty supports video chat via Google Meet. It works best with two participants. If there are more than two participants you can only host the meeting for one hour if you are a free user of Google Meet.

JustParty supports picture-in-picture. Click the picture-on-picture button to get a floating window for video chat, on top of the Netflix window.

For the moment JustParty only supports Netflix. A Netflix subscription is required for all participants.

Version 1.4 changes:
-Fix that sometimes the Google Meet video call is not started automatically.

Version 1.3 changes:
-Fix some issue when the video has not be loaded.

Version 1.2 changes:
- Redirect users to our home page when they install or uninstall JustParty.

Version 1.1 changes:
- We bring picture-in-picture feature to JustParty. Users are able to see up to four video tiles of meeting attendees in a floating window on top of the Netflix window.                    

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

ชื่อ JustParty: watch Netflix with friends JustParty: watch Netflix with friends
ID nhhchicejoohhbnhjpaaoajhbbghhfgh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/justparty-watch-netflix-w/nhhchicejoohhbnhjpaaoajhbbghhfgh
คำอธิบาย JustParty: watch Netflix in-sync while video chatting with friends
ขนาดไฟล์ 184 KB
จำนวนการติดตั้ง 1,958
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2022-11-15
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://justparty.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://justparty.cc
URL หน้าช่วยเหลือ https://justparty.cc
URL หน้านโยบายความเป็นส่วนตัว https://goodmovies.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JustParty: watch Netflix with friends",
    "short_name": "JustParty: watch Netflix with friends",
    "version": "1.5",
    "description": "JustParty: watch Netflix in-sync while video chatting with friends",
    "manifest_version": 3,
    "minimum_chrome_version": "96",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "emoji\/emojione-3.1.2.min.js",
                "emoji\/emojionearea.min.js",
                "google\/google.js"
            ],
            "css": [
                "emoji\/emojione-3.1.2.min.css",
                "emoji\/emojionearea.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "netflix\/netflix.js"
            ],
            "css": [
                "lib\/watch.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "24": "images\/icon_24.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "lib\/*",
                "emoji\/*",
                "google\/google.css",
                "netflix\/pause.js",
                "netflix\/play.js",
                "netflix\/seek.js",
                "netflix\/seekBy.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}