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",
"manifest_version": 3,
"name": "Watch2Gether",
"short_name": "W2G",
"description": "The official Watch2Gether (W2G) extension - Watch videos together with your friends.",
"homepage_url": "https:\/\/w2g.tv",
"version": "10.6",
"background": {
"service_worker": "sw.ef4d71da.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/stage.watch2gether.com\/rooms\/*",
"https:\/\/w2g.tv\/*",
"https:\/\/rooms.w2g.tv\/*",
"https:\/\/stage-rooms.w2g.tv\/*",
"https:\/\/stage.w2g.tv\/*",
"https:\/\/staging.w2g.tv\/*"
],
"js": [
"content_w2g.530d247b.js"
],
"all_frames": false,
"run_at": "document_end",
"css": []
}
],
"options_ui": {
"page": "options.049b2bd5.html"
},
"action": {
"default_icon": "icon.154ef202.png",
"default_popup": "popup.ea4b43dd.html",
"default_title": "Share on Watch2Gether"
},
"icons": {
"48": "icon_48.bcbbec0a.png",
"128": "icon_128.125169a4.png"
},
"permissions": [
"activeTab",
"webNavigation",
"declarativeNetRequest",
"scripting",
"storage"
],
"web_accessible_resources": [
{
"resources": [
"javascript\/adapter\/w2g_netflix_adapter.js",
"controls.html"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"<all_urls>"
]
}