cSociety
Watch movies & chat with others around the world
cSocietyคืออะไร?
cSociety เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://csociety.co และคุณลักษณะหลักของมันคือ "Watch movies & chat with others around the world"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย cSociety
ดาวน์โหลดไฟล์ส่วนขยาย cSociety ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Watch Netflix, Amazon Prime Video, Apple TV+, Disney+, Hulu, Paramount+, Youtube, Tencent Video, iQIYI & Youku with people around the world cSociety is a browser extension that adds a chat window to your streaming page enabling you to chat to others all around the world who are watching the same show/movie or content, with our unique "Watch Together" feature. You can also enter any genre themed room based on what you like or what you're watching, & connect with others. The most exciting way to Prime party, Apple Tv+ party, Disney+ party & Netflix party HOW IT WORKS 1. Install the cSociety extension 2. Go to www.Netflix.com, Amazon Prime Video, Apple TV+, Disney+, Hulu, Paramount+, Youtube, Tencent Video, iQIYI or Youku 3. Choose any show, movie or content you would like to watch and start playing the video. The cSociety extension will load automatically (no need to click on the icon!) 4. Use the “guest” login to experience cSociety as a guest user OR Sign up for a FREE account by going to www.csociety.co > Sign up (you'll get access to exclusive features such as uploading an avatar and creating a bio for your profile) 5. You’ll be redirected to the lobby where you can see the Top 5 most popular shows everyone is watching & join the conversation. Check out our “WATCH TOGETHER” feature which lets you connect & chat to others currently watching the same show, movie or content in real time. You can also join any genre chat room and engage with other users. COMPATIBLE WITH: Netflix, Amazon Prime Video, Apple Tv+, Disney+, Hulu, Paramount+, Youtube, Tencent Video, iQIYI & Youku
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nikpkakmbeifhhoechfnjnoaiiegnhak |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/csociety/nikpkakmbeifhhoechfnjnoaiiegnhak |
คำอธิบาย | Watch movies & chat with others around the world |
ขนาดไฟล์ | 2.46 MB |
จำนวนการติดตั้ง | 79 |
เวอร์ชันปัจจุบัน | 1.0.9 |
อัปเดตครั้งล่าสุด | 2021-11-19 |
วันที่เผยแพร่ | 2020-07-05 |
คะแนน | 4.85/5 รวมทั้งหมด 112 คะแนน |
ผู้พัฒนา | http://csociety.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.csociety.co |
URL หน้าช่วยเหลือ | http://csociety.co/cerb/index.php/profiles/community_portal/1-Support-center |
URL หน้านโยบายความเป็นส่วนตัว | https://csociety.co/users/agreement/terms-of-use |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "cSociety", "default_popup": "popup.html", "default_icon": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.netflix.com\/watch\/*", "https:\/\/csociety.co\/netflix\/watch\/*", "https:\/\/*.netflix.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.tv.apple.com\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.co.ca\/*", "https:\/\/*.amazon.co.fr\/*", "https:\/\/*.amazon.co.de\/*", "https:\/\/*.amazon.co.it\/*", "https:\/\/*.disneyplus.com\/*", "https:\/\/*.youtube.com\/*", "https:\/\/*.v.qq.com\/*", "https:\/\/*.iq.com\/*", "https:\/\/*.v.youku.com\/*", "https:\/\/*.play.hbomax.com\/*", "https:\/\/*.paramountplus.com\/*", "https:\/\/*.hulu.com\/*" ], "js": [ "jquery-3.4.1.min.js", "content.js" ], "run_at": "document_end" } ], "description": "Watch movies & chat with others around the world", "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" }, "manifest_version": 2, "name": "cSociety", "permissions": [ "storage", "tabs", "https:\/\/netflix.com\/*", "https:\/\/amazon.com\/*", "https:\/\/tv.apple.com\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.co.fr\/*", "https:\/\/www.amazon.co.de\/*", "https:\/\/www.amazon.co.it\/*", "https:\/\/youtube.com\/*", "https:\/\/v.qq.com\/*", "https:\/\/www.iq.com\/*", "https:\/\/www.v.youku.com\/*", "https:\/\/play.hbomax.com\/*", "https:\/\/www.paramountplus.com\/*", "https:\/\/www.hulu.com\/*", "activeTab", "webNavigation" ], "version": "1.0.9", "web_accessible_resources": [ "components\/popup\/react-tabs.css", "jquery-3.4.1.min.js", "page.html", "page.js", "*.svg" ] } |