Netflix Color Plus

Customize the look of Netflix! Plus extra features for a better user experience!

Netflix Color Plus क्या है?

Netflix Color Plus Travis Singleton द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize the look of Netflix! Plus extra features for a better user experience!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Netflix Color Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        • Custom Color:
  Customize the way Netflix looks by selecting any of your favorite colors!

• Auto Select Profile:
  Enter your profile name exactly as it is on Netflix and your profile will automatically be selected every time you log into Netflix!

• Auto Skip Intros:
  Automatically skips episode intros for you so you can binge your favorite shows!

• Auto Skip Recaps:
  Automatically skips episode recaps for you!

• Auto Watch Next Episode:
  Automatically plays the next episode!

• No Spoilers:
  Covers up episode thumbnails so you don't get any spoilers!

• Lights out:
  Makes Netflix even darker with a completely black background!

• Dark Account Settings:
  Makes account settings match the rest of Netflix!

• Round Profile Pictures:
  Simply makes profile pictures round instead of boxes.

• Visible Pagination:
  Makes pagination actually visible.

I respect your privacy and i do not gather or request any personal information!                    

एक्सटेंशन की मूल जानकारी

नाम Netflix Color Plus Netflix Color Plus
ID chfclabhpdlpbhlphfbflhgoepgjpfae
आधिकारिक URL https://chromewebstore.google.com/detail/netflix-color-plus/chfclabhpdlpbhlphfbflhgoepgjpfae
विवरण Customize the look of Netflix! Plus extra features for a better user experience!
फ़ाइल का आकार 175 KB
स्थापना संख्या 3,798
वर्तमान संस्करण 2.5.1
अंतिम अपडेट 2023-05-25
प्रकाशन तिथि 2020-07-11
रेटिंग 4.58/5 कुल 12 रेटिंग्स
डेवलपर Travis Singleton
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://netflixcolorplusextension.000webhostapp.com
सहायता पृष्ठ URL https://netflixcolorplusextension.000webhostapp.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Netflix Color Plus",
    "description": "Customize the look of Netflix! Plus extra features for a better user experience!",
    "version": "2.5.1",
    "icons": {
        "16": "icons\/netflix-color-plus-16.png",
        "48": "icons\/netflix-color-plus-48.png",
        "128": "icons\/netflix-color-plus-128.png"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content_scripts\/content_script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "options_popup\/options_popup.html",
        "default_icon": {
            "16": "icons\/netflix-color-plus-16.png",
            "48": "icons\/netflix-color-plus-48.png",
            "128": "icons\/netflix-color-plus-128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "resources": [
                "css\/*"
            ]
        }
    ]
}