Netflix Light Mode

This is an extension that allows you to utilise Netflix in a light mode

Vad är Netflix Light Mode?

Netflix Light Mode är en Chrome-tillägg utvecklad av sensaiben, och dess huvudfunktion är "This is an extension that allows you to utilise Netflix in a light mode".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Netflix Light Mode-förlängningens CRX-fil

Ladda ner Netflix Light Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Experience Netflix in light mode. If you're tired of the dark background, this extension is perfect for you!

Now you can turn it off and on, and personalise your viewing experience using the picture controls.                    

Grundläggande Information om Tillägg

Namn Netflix Light Mode Netflix Light Mode
ID nlkblacjcdilfdjmmlfemoalcbjjopgf
Officiell webbadress https://chromewebstore.google.com/detail/netflix-light-mode/nlkblacjcdilfdjmmlfemoalcbjjopgf
Beskrivning This is an extension that allows you to utilise Netflix in a light mode
Filstorlek 28.97 KB
Antal Installationer 1,399
Aktuell Version 2.0.0.4
Senast Uppdaterad 2020-06-01
Publiceringsdatum 2020-06-01
Betyg 3.00/5 Totalt 4 Betyg
Utvecklare sensaiben
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Light Mode",
    "version": "2.0.0.4",
    "manifest_version": 2,
    "description": "This is an extension that allows you to utilise Netflix in a light mode",
    "browser_action": {
        "default_popup": "controlTab.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "scripts\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "netflixLightmodeStyles.css"
    ]
}