Mingle
Have fun watching movies and tv shows remotely with your friends and loved ones!
Mingleคืออะไร?
Mingle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yash.mingledev และคุณลักษณะหลักของมันคือ "Have fun watching movies and tv shows remotely with your friends and loved ones!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mingle
ดาวน์โหลดไฟล์ส่วนขยาย Mingle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mingle with your loved ones when you are miles apart! Do you ever miss having fun on Youtube/Netflix/Primevideo together with your friends? We offer seamless experience watching together with your loved ones virtually. 1. Download the extension 2. Open a video you want to watch together on Youtube/Netflix/Primevideo or any other streaming platform 3. Click the Mingle icon in the toolbar and get mingle link 4. Share the link with your friends and using headphones, connect on skype or google meet Note: Make sure all your friends have the Mingle extension installed. Voila! The video playback now can be managed by all the participants with the mingle link. Disclaimer: We use Google Analytics to track extension usage.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mingle |
ID | cpdamlplpioefalbdgefpekooilajmch |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mingle/cpdamlplpioefalbdgefpekooilajmch |
คำอธิบาย | Have fun watching movies and tv shows remotely with your friends and loved ones! |
ขนาดไฟล์ | 490 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 2.6 |
อัปเดตครั้งล่าสุด | 2020-06-06 |
วันที่เผยแพร่ | 2020-06-06 |
คะแนน | 5.00/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | yash.mingledev |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mingle", "version": "2.6", "description": "Have fun watching movies and tv shows remotely with your friends and loved ones!", "manifest_version": 2, "background": { "scripts": [ "background.bundle.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/*.netflix.com\/*", "https:\/\/*.primevideo.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.twitch.tv\/*", "https:\/\/*.disneyplus.com\/*" ], "all_frames": true, "js": [ "content_scripts.bundle.js" ] } ], "web_accessible_resources": [ "mingle_scripts.bundle.js" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/sync.png", "24": "images\/sync24.png", "32": "images\/sync32.png" } }, "icons": { "16": "images\/sync.png", "128": "images\/sync512.png" } } |