WebExtension.net
WebExtension.net

Default Profile for Netflix

View on Chrome Web Store
View Default Profile for Netflix Chrome Extension on Chrome Web Store
5.0 (1 ratings)

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

Default profile for Netflix, auto-logs chosen profile, bypassing 'Who's watching?' screen. Focus on viewing, not profile selection.
Type
Extension
Users
30 users
2
Browser Extensions
View author page of Browser Extensions
Published
Published on June 29, 2023
Version 0.0.1
Manifest version
3
Updated
Updated on August 1, 2024
View on Chrome Web Store
View Default Profile for Netflix Chrome Extension on Chrome Web Store
lifestyle/fun
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Default Profile for Netflix",
    "description": "Default profile for Netflix, auto-logs chosen profile, bypassing 'Who's watching?' screen. Focus on viewing, not profile selection.",
    "version": "0.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "options.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.netflix.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "defaultIcon48.png"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "defaultIcon48.png",
        "128": "defaultIcon128.png"
    }
}
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