WebExtension.net
WebExtension.net

Watch Netflix Together

View on Chrome Web Store
View Watch Netflix Together Chrome Extension on Chrome Web Store
4.0 (88 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Effortlessly watch Netflix together!
Type
Extension
Users
80,000 users
Watch Netflix Together
View author page of Watch Netflix Together
Published
Published on April 27, 2020
Version 1.2.20
Manifest version
3
Updated
Updated on August 22, 2024
View on Chrome Web Store
View Watch Netflix Together Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "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>"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top