Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Watch2Gether - Launcher", "description": "Check your Watch2Gether rooms right from the New Tab page of your browser.", "version": "0.3.0", "chrome_url_overrides": { "newtab": "dashboard.a8732233.html" }, "icons": { "16": "16.009cd2c3.png", "48": "48.028b18c8.png", "128": "128.44c40b02.png" }, "action": { "default_title": "Watch2Gether Launcher" }, "background": { "service_worker": "w2gbundle.b38e85ec.js", "type": "module" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.w2g.tv\/*" ] }