My Watch Party

This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.

My Watch Partyคืออะไร?

My Watch Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mywatchparty.site และคุณลักษณะหลักของมันคือ "This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party."

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

screenshot
screenshot

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

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

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

                        This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.                    

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

ชื่อ My Watch Party My Watch Party
ID pemcklheijdbjkpdgnhencbbckhgffop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-watch-party/pemcklheijdbjkpdgnhencbbckhgffop
คำอธิบาย This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.
ขนาดไฟล์ 24.1 KB
จำนวนการติดตั้ง 171
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2023-06-27
วันที่เผยแพร่ 2023-06-11
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://mywatchparty.site
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mywatchparty.site
URL หน้านโยบายความเป็นส่วนตัว https://mywatchparty.site/privacy_policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My Watch Party",
    "version": "0.0.5",
    "description": "This extension works together with the My Watch Party website and enables you to watch videos from various sites in your party.",
    "permissions": [
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/mywatchparty.site\/*",
            "http:\/\/mywatchparty.site\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/app_16.png",
        "32": "icons\/app_32.png",
        "48": "icons\/app_48.png",
        "128": "icons\/app_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/play_24.png",
                "icons\/pause_24.png",
                "icons\/replay_24.png",
                "icons\/collapse_24.png",
                "icons\/expand_24.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}