WebExtension.net
WebExtension.net

Flickcall: Netflix Party with Video Call

View on Chrome Web Store
View Flickcall: Netflix Party with Video Call Chrome Extension on Chrome Web Store
4.1 (64 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Create watch party on Netflix, Jiocinema, Hotstar, Amazon Prime Video, Disney plus & more. Watch movies & TV show together in sync.
Type
Extension
Users
80,000 users
Website flickcall.com
Flickcall
View author page of Flickcall
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 3, 2020
Version 10.5.0
Manifest version
3
Updated
Updated on November 18, 2024
View on Chrome Web Store
View Flickcall: Netflix Party with Video Call Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background\/service-worker.js",
        "type": "module"
    },
    "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\/enum.js",
                "js\/contentScript\/Config.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": "10.5.0",
    "manifest_version": 3,
    "action": {
        "browser_style": true,
        "default_icon": {
            "128": "icons\/icon128.png"
        },
        "default_title": "FlickCall",
        "default_popup": "html\/popup.html"
    },
    "host_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\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "scripting"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "css\/*",
                "icons\/*",
                "webfonts\/*",
                "js\/players\/*",
                "html\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top