Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.3", "name": "Netflix Party", "description": "Install Netflix Party Plus Chrome extension to watch along with your friends", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "react-app-holder.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icons\/grey16.png", "32": "images\/icons\/red32.png", "64": "images\/icons\/red64.png", "128": "images\/icons\/red128.png" }, "action": { "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "images\/*", "fonts\/*", "videoScript.js", "images\/icons\/*", "images\/logos\/*" ], "matches": [ "<all_urls>" ] } ] }