Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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>" ] } ] }