WebExtension.net
WebExtension.net

Custom profile picture for Netflix™

View on Chrome Web Store
View Custom profile picture for Netflix™ Chrome Extension on Chrome Web Store
2.9 (120 ratings)

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

Customize your Netflix™ profile pictures.
Type
Extension
Users
300,000 users
Great Browser Extensions
View author page of Great Browser Extensions
Published
Published on July 20, 2019
Version 1.2.9.24
Manifest version
3
Updated
Updated on November 5, 2024
View on Chrome Web Store
View Custom profile picture for Netflix™ Chrome Extension on Chrome Web Store
lifestyle/art
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        },
        "default_popup": "popup.html"
    },
    "author": "Lars K\u00f6lker",
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/options.js",
                "js\/netflixContent.js",
                "js\/netflix.min.js"
            ],
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ]
        },
        {
            "js": [
                "js\/options.js",
                "js\/primeContent.js",
                "js\/amazon.min.js"
            ],
            "matches": [
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.co.jp\/*"
            ]
        },
        {
            "js": [
                "js\/options.js",
                "js\/disneyContent.js",
                "js\/disney.min.js"
            ],
            "matches": [
                "*:\/\/*.disneyplus.com\/*"
            ]
        },
        {
            "js": [
                "js\/options.js",
                "js\/peacockContent.js",
                "js\/peacock.min.js"
            ],
            "matches": [
                "*:\/\/*.peacocktv.com\/*"
            ]
        },
        {
            "js": [
                "js\/options.js",
                "js\/huluContent.js",
                "js\/hulu.min.js"
            ],
            "matches": [
                "*:\/\/*.hulu.com\/*"
            ]
        },
        {
            "js": [
                "js\/options.js",
                "js\/paramountContent.js",
                "js\/paramount.min.js"
            ],
            "matches": [
                "*:\/\/*.paramountplus.com\/*"
            ]
        },
        {
            "js": [
                "js\/options.js",
                "js\/appleContent.js"
            ],
            "matches": [
                "*:\/\/*.tv.apple.com\/*"
            ]
        },
        {
            "js": [
                "js\/appletv.min.js"
            ],
            "matches": [
                "*:\/\/*.apple.com\/*"
            ]
        },
        {
            "js": [
                "js\/options.js",
                "js\/hboContent.js",
                "js\/hbomax.min.js"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ]
        },
        {
            "js": [
                "js\/options.js",
                "js\/tubi.min.js"
            ],
            "matches": [
                "*:\/\/*.tubitv.com\/*"
            ]
        },
        {
            "js": [
                "js\/options.js"
            ],
            "matches": [
                "*:\/\/*.pluto.tv\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_title__",
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.apple.com\/*",
        "*:\/\/*.bamgrid.com\/*",
        "*:\/\/*.disneyplus.com\/*",
        "*:\/\/*.hbo.com\/*",
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.hulu.com\/*",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.paramountplus.com\/*",
        "*:\/\/*.peacocktv.com\/*",
        "*:\/\/*.primevideo.com\/*",
        "*:\/\/*.tubitv.com\/*",
        "*:\/\/*.pluto.tv\/*"
    ],
    "version": "1.2.9.24",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.png"
            ],
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ]
        }
    ]
}
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