Flickcall: Netflix Party with Video Call
Create watch party on Netflix, Jiocinema, Hotstar, Amazon Prime Video, Disney plus & more. Watch movies & TV show together in sync.
什么是Flickcall: Netflix Party with Video Call?
Flickcall: Netflix Party with Video Call是由https://flickcall.com开发的Chrome扩展程序,该扩展的主要功能是“Create watch party on Netflix, Jiocinema, Hotstar, Amazon Prime Video, Disney plus & more. Watch movies & TV show together in sync.”。
扩展截图
下载Flickcall: Netflix Party with Video Call扩展crx文件
下载Flickcall: Netflix Party with Video Call扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Flickcall is a watch party extension to watch movie & TV shows on popular streaming services together with friends & family. Once a watch party is started, Flickcall’s cutting-edge technology will synchronize everyone’s video players. On top of that, participants can video call and group chat to make the virtual movie experience more fun. Update 8.5.1 - Bug fix: Hulu redirection issue on joining party from invite link. Update 8.5.0 - Added support for Jiocinema Update 8.4.1 - Support for 3rd party shows with ads on Amazon Prime Video. - Support for ad based plan on HBO Max. Flickcall now offers free and a premium plan. The free plan supports watch party on all 10 streaming platforms. It offers unlimited text chat and 30 minutes of video chat every week. View list of all supported streaming platforms here https://www.flickcall.com . Premium plan offers everything in free with unlimited video chat. How to start watch party? 1. Start playing the movie or TV show. Once the video starts playing, click the Flickcall logo on the top right. That’s it. If the logo, doesn’t show, hover over the top right corner of the video. You can also click the Flickcall browser icon from the extension menu to start the party. 2. Share the Invite link to add more participants. Flickcall VS other watch party extensions. What makes Flickcall stands out? -Cutting-edge technology to keep video playback in sync. -Video call support in addition to group chat. Flickcall is like Netflix party with video call. -Setup and join the watch party without any hassle. No need to pass instructions to friends to join the party. Just share the invite link, we will handle the rest. -Flickcall is privacy friendly. Your personal chats and video streams are transmitted directly to your friends without passing them to our servers. However, if direct connection is not supported due to a firewall, personal messages and streams are routed via our servers with industry-level encryption (our servers can’t decrypt). - Keep video players in sync to support seek, skip credits, skip intro or even ads playing in one of the participants. It just works - Flickcall remote watch parties work flawlessly even with TV series to binge multiple episodes together making it the best extension to watch with friends. - Watch party on Youtube supports synchronization for multiple videos in the same watch party. Eg. if one user starts playing a new video from recommendations or by searching, playback for everyone will be synchronized. So you can watch tons of unrelated video in sync in a single party. - Supports watching live matches together. So get ready to cheer for your favorite teams together. - Supports Indian OTT platforms. Check full list https://www.flickcall.com. Either you are planning to stream movies with friends or want to go on a virtual movie date or just want to binge together - Flickcall is the best extension to watch movies together.
扩展基本信息
名称 | Flickcall: Netflix Party with Video Call |
ID | bclkldcgifcioppjcncibkjdfaghldoe |
官方URL | https://chromewebstore.google.com/detail/flickcall-netflix-party-w/bclkldcgifcioppjcncibkjdfaghldoe |
简介 | Create watch party on Netflix, Jiocinema, Hotstar, Amazon Prime Video, Disney plus & more. Watch movies & TV show together in sync. |
文件大小 | 1.6 MB |
安装次数 | 82,426 |
当前版本 | 9.2.1 |
更新时间 | 2024-02-17 |
上架时间 | 2020-11-02 |
评分 | 4.15/5 共59次评分 |
开发者 | https://flickcall.com |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://www.flickcall.com |
帮助页面URL | https://www.flickcall.com/support.html |
隐私政策页面URL | https://www.flickcall.com/privacy-policy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/contentScript\/env.js", "js\/background\/resource-loader.js", "js\/background\/background.js" ] }, "name": "Flickcall: Netflix Party with Video Call", "short_name": "Flickcall", "icons": { "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.primevideo.com\/*", "*:\/\/*.amazon.com\/*video*", "*:\/\/*.amazon.de\/*video*", "*:\/\/*.amazon.co.uk\/*video*", "*:\/\/*.amazon.co.jp\/*video*", "*:\/\/*.hotstar.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.zee5.com\/*", "*:\/\/*.hbomax.com\/*", "*:\/\/*.sonyliv.com\/*", "*:\/\/*.disneyplus.com\/*", "*:\/\/*.hulu.com\/*", "*:\/\/*.tv.apple.com\/*", "*:\/\/*.peacocktv.com\/*", "*:\/\/*.crunchyroll.com\/*", "*:\/\/*.mxplayer.in\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/contentScript\/env.js", "js\/contentScript\/Interaction.js", "js\/contentScript\/party.js" ] }, { "matches": [ "*:\/\/*.netflix.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/players\/Netflix.js" ], "css": [ "css\/content\/party_netflix.css" ] }, { "matches": [ "*:\/\/*.primevideo.com\/*", "*:\/\/*.amazon.com\/*video*", "*:\/\/*.amazon.de\/*video*", "*:\/\/*.amazon.co.uk\/*video*", "*:\/\/*.amazon.co.jp\/*video*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/players\/Primevideo.js" ], "css": [ "css\/content\/party_primevideo.css" ] }, { "matches": [ "*:\/\/*.hotstar.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/players\/Hotstar.js" ], "css": [ "css\/content\/party_hotstar.css" ] }, { "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/players\/Youtube.js" ], "css": [ "css\/content\/party_youtube.css" ] }, { "matches": [ "*:\/\/*.zee5.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/players\/Zee.js" ], "css": [ "css\/content\/party_zee.css" ] }, { "matches": [ "*:\/\/*.hbomax.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/players\/Hbomax.js" ], "css": [ "css\/content\/party_hbomax.css" ] }, { "matches": [ "*:\/\/*.sonyliv.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/players\/Sonyliv.js" ], "css": [ "css\/content\/party_sonyliv.css" ] }, { "matches": [ "*:\/\/*.www.disneyplus.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/players\/Disneyplus.js" ], "css": [ "css\/content\/party_disneyplus.css" ] }, { "matches": [ "*:\/\/*.apps.disneyplus.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/players\/Disneyplusapp.js" ], "css": [ "css\/content\/party_disneyplusapp.css" ] }, { "matches": [ "*:\/\/*.hulu.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/players\/Hulu.js" ], "css": [ "css\/content\/party_hulu.css" ] }, { "matches": [ "*:\/\/*.crunchyroll.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/players\/Crunchyroll.js" ], "css": [ "css\/content\/party_hulu.css" ] }, { "matches": [ "*:\/\/*.tv.apple.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/players\/Apple.js" ], "css": [ "css\/content\/party_hulu.css" ] }, { "matches": [ "*:\/\/*.mxplayer.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/players\/Mxplayer.js" ], "css": [ "css\/content\/party_hulu.css" ] }, { "matches": [ "*:\/\/*.peacocktv.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/players\/Peacocktv.js" ], "css": [ "css\/content\/party_hulu.css" ] }, { "matches": [ "*:\/\/*.flickcall.com\/*" ], "run_at": "document_end", "all_frames": false, "js": [ "js\/contentScript\/installed.js" ] } ], "description": "Create watch party on Netflix, Jiocinema, Hotstar, Amazon Prime Video, Disney plus & more. Watch movies & TV show together in sync.", "version": "9.2.1", "manifest_version": 2, "browser_action": { "browser_style": true, "default_icon": { "128": "icons\/icon128.png" }, "default_title": "FlickCall", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/js.stripe.com\/v3 https:\/\/api.stripe.com https:\/\/errors.stripe.com https:\/\/r.stripe.com ; object-src 'self'; frame-src http:\/\/localhost:8888\/ https:\/\/flickcall.com\/", "permissions": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.primevideo.com\/*", "*:\/\/*.hotstar.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.zee5.com\/*", "*:\/\/*.flickcall.com\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.hbomax.com\/*", "*:\/\/*.sonyliv.com\/*", "*:\/\/*.disneyplus.com\/*", "*:\/\/*.hulu.com\/*", "*:\/\/*.tv.apple.com\/*", "*:\/\/*.peacocktv.com\/*", "*:\/\/*.crunchyroll.com\/*", "*:\/\/*.mxplayer.in\/*", "activeTab", "storage", "notifications" ], "optional_permissions": [ " |