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", "name": "Watch Netflix Together", "version": "1.2.20", "manifest_version": 3, "description": "Effortlessly watch Netflix together!", "homepage_url": "http:\/\/watchnetflixtogether.com", "icons": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "38": "icons\/icon-38.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" }, "action": { "default_title": "Watch Netflix Together", "default_popup": "popup.html" }, "default_locale": "en", "background": { "service_worker": "js\/background.js" }, "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*.netflix.com\/", "*:\/\/*.watchnetflixtogether.com\/" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*.netflix.com\/*" ], "js": [ "js\/content.js" ] }, { "run_at": "document_start", "matches": [ "https:\/\/*.watchnetflixtogether.com\/*" ], "js": [ "js\/wnt-content.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.netflix.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "js\/inject-entrypoint.js", "js\/web-page.js" ], "matches": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.watchnetflixtogether.com\/*" ] }, { "resources": [ "icons\/icon-16.png", "icons\/icon-19.png", "icons\/icon-38.png", "icons\/icon-48.png", "icons\/icon-128.png", "icons\/icon-256.png", "icons\/icon-active-16.png", "icons\/icon-active-19.png", "icons\/icon-active-38.png", "icons\/icon-active-48.png", "icons\/icon-active-128.png", "icons\/icon-active-256.png" ], "matches": [ "<all_urls>" ] } ] }