Sinc - Watch Netflix Together
Sinc allows you and others to watch Netflix together. It offers a group call functionality so you can chat while watching.
Sinc - Watch Netflix Togetherคืออะไร?
Sinc - Watch Netflix Together เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sidnand.github.io/Sinc-Website และคุณลักษณะหลักของมันคือ "Sinc allows you and others to watch Netflix together. It offers a group call functionality so you can chat while watching."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sinc - Watch Netflix Together
ดาวน์โหลดไฟล์ส่วนขยาย Sinc - Watch Netflix Together ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WHAT'S NEW - VERSION 1.4 🎉
- Ability to join rooms that have already started a video
- Reconnection functionality
GETTING STARTED 🏃♂️
1. Install
2. Go to netflix.com
3. Create a room
4. Tell your friends to join the room
5. Click the mic icon to begin chatting🎙
6. Select a video and enjoy 😍
PREVIOUS VERSIONS
- 1.3
- Setting to show or hide the sidebar while on fullscreen (If you don't like any distractions)
- Notifications show up while on fullscreen
- 1.2
- Added a message to use headphones when entering the group call
- Call volume slider (In the settings)
- Fixed bugs
- 1.1
- Room Dashboard
- 1.0
- Netflix video sync
- Audio chat
- Generate random room name; if you're not feeling creative 😜 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hpijhaededegbedhfnamnajebmhbdcla |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sinc-watch-netflix-togeth/hpijhaededegbedhfnamnajebmhbdcla |
| คำอธิบาย | Sinc allows you and others to watch Netflix together. It offers a group call functionality so you can chat while watching. |
| ขนาดไฟล์ | 61.91 KB |
| จำนวนการติดตั้ง | 701 |
| เวอร์ชันปัจจุบัน | 1.4.3 |
| อัปเดตครั้งล่าสุด | 2021-06-23 |
| วันที่เผยแพร่ | 2020-05-20 |
| คะแนน | 3.83/5 รวมทั้งหมด 18 คะแนน |
| ผู้พัฒนา | https://sidnand.github.io/Sinc-Website |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://sidnand.github.io/Sinc-Website/ |
| URL หน้าช่วยเหลือ | https://sidnand.github.io/Sinc-Website/#contact |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sinc - Watch Netflix Together",
"version": "1.4.3",
"description": "Sinc allows you and others to watch Netflix together. It offers a group call functionality so you can chat while watching.",
"permissions": [
"tabs",
"storage"
],
"icons": {
"16": "src\/images\/ico\/16x16.png",
"48": "src\/images\/ico\/48x48.png",
"128": "src\/images\/ico\/128x128.png"
},
"background": {
"scripts": [
"src\/js\/libs\/socket.io.js",
"src\/js\/config.js",
"src\/js\/background\/variables.background.js",
"src\/js\/shared\/utility.shared.js",
"src\/js\/background\/utility.background.js",
"src\/js\/background\/handleChromeEvents.background.js",
"src\/js\/background\/handleContentScriptMessage.background.js",
"src\/js\/background\/handleSidebarMessage.background.js",
"src\/js\/background\/handleServerMessage.background.js",
"src\/js\/background\/main.background.js"
],
"persistent": true
},
"web_accessible_resources": [
"src\/index.html",
"src\/js\/contentscript\/inject\/toggleSidebar.contentscript.js",
"src\/js\/contentscript\/inject\/loader.contentscript.js",
"src\/js\/contentscript\/inject\/detectscripts\/netflix.detect.contentscript.js"
],
"content_scripts": [
{
"js": [
"src\/js\/libs\/toastify.js",
"src\/js\/contentscript\/main.contentscript.js"
],
"css": [
"src\/css\/libs\/toastify.css",
"src\/css\/inject.css",
"src\/css\/loader.css"
],
"matches": [
"http:\/\/*.netflix.com\/*",
"https:\/\/*.netflix.com\/*"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/rtcmulticonnection.herokuapp.com\/ https:\/\/kit.fontawesome.com\/65dc67808d.js; object-src 'self'",
"manifest_version": 2
} | |