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.

Co je Flickcall: Netflix Party with Video Call?

Flickcall: Netflix Party with Video Call je rozšíření Chrome vyvinuté https://flickcall.com, a jeho hlavní funkcí je „Create watch party on Netflix, Jiocinema, Hotstar, Amazon Prime Video, Disney plus & more. Watch movies & TV show together in sync.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Flickcall: Netflix Party with Video Call

Stáhněte si soubory rozšíření Flickcall: Netflix Party with Video Call ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Flickcall: Netflix Party with Video Call Flickcall: Netflix Party with Video Call
ID bclkldcgifcioppjcncibkjdfaghldoe
Oficiální URL https://chromewebstore.google.com/detail/flickcall-netflix-party-w/bclkldcgifcioppjcncibkjdfaghldoe
Popis Create watch party on Netflix, Jiocinema, Hotstar, Amazon Prime Video, Disney plus & more. Watch movies & TV show together in sync.
Velikost souboru 1.6 MB
Počet instalací 82,426
Aktuální Verze 9.2.1
Poslední Aktualizace 2024-02-17
Datum Vydání 2020-11-02
Hodnocení 4.15/5 Celkem 59 Hodnocení
Vývojář https://flickcall.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://www.flickcall.com
URL Stránky Nápovědy https://www.flickcall.com/support.html
URL Stránky Zásad Ochrany Soukromí https://www.flickcall.com/privacy-policy.html
Podporované Jazyky 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": [
        ""
    ],
    "web_accessible_resources": [
        "img\/*",
        "css\/*",
        "icons\/*",
        "webfonts\/*",
        "js\/players\/*",
        "html\/*"
    ]
}