Custom profile picture for Netflix™

Customize your Netflix™ profile pictures.

什麼是Custom profile picture for Netflix™?

Custom profile picture for Netflix™是由Great Browser Extensions開發的Chrome擴展程式,該擴展的主要功能是“Customize your Netflix™ profile pictures.”。

擴展截圖

screenshot
screenshot

下載Custom profile picture for Netflix™擴展crx文件

下載Custom profile picture for Netflix™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows you to change your account profile pictures to any image you want - from your beloved kitten to your favorite meal - everything is possible!

You can also set your profile picture based on your watching history. Use the "Surprise Me" button to change your avatar to random graphics inspired by what you watched on Netflix.

⭐NEW streaming platforms added! 
New streaming platforms were added in the last update. Now the extension works on:
- Netflix
- Amazon Prime Video
- Disney+
- Hulu
- and more...

❗ Please note: 
 - Profile pictures are not being synchronized between devices. The extension will only modify the profile picture on the device it is installed on. This means it can not be used on smart TVs or smartphones.
 - You can define up to 5 different profile pictures, but you won't get any more profiles than you currently have in your subscription plan.

Disclaimer: All product and company names are trademarks or registered trademarks of their respective holders. This website & extensions hold no association or affiliation with them or any third-party companies.                    

擴展基本資訊

名稱 Custom profile picture for Netflix™ Custom profile picture for Netflix™
ID olimcenppncifgiahopimblidefpdffi
官方網址 https://chromewebstore.google.com/detail/custom-profile-picture-fo/olimcenppncifgiahopimblidefpdffi
簡介 Customize your Netflix™ profile pictures.
檔案大小 1.25 MB
安裝次數 326,093
目前版本 1.2.9.13
更新時間 2024-02-26
上架時間 2020-04-07
評分 2.97/5 共 102 次評分
開發者 Great Browser Extensions
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.vodextended.com/privacy_policy
支援的語言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "images\/128x128.png",
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.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": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.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.13",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.png"
            ],
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ]
        }
    ]
}