Dark Mode for LinkedIn

This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially

¿Qué es Dark Mode for LinkedIn?

Dark Mode for LinkedIn es una extensión de Chrome desarrollada por technohues, y su función principal es "This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Dark Mode for LinkedIn

Descarga archivos de extensión Dark Mode for LinkedIn en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially
We have been waiting for an official release of LinkedIn Dark Mode since long. As most of the other websites support dark mode, it is kind of disturbing and uneasy to switch to the LinkedIn tab having light theme all over. This little extension provide you the best Dark Mode experience while using LinkedIn on the web without much hassle. Enjoy!

This is a work-in-progress and will be updated regularly. Incase you find places on the LinkedIn website which need the Dark Touchup please contact us using the support section on the store.                    

Información Básica de la Extensión

Nombre Dark Mode for LinkedIn Dark Mode for LinkedIn
ID epianflclchieodjedoampbgdblbpldm
URL Oficial https://chromewebstore.google.com/detail/dark-mode-for-linkedin/epianflclchieodjedoampbgdblbpldm
Descripción This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially
Tamaño del Archivo 75.88 KB
Cantidad de Instalaciones 167
Versión Actual 0.4.3
Última Actualización 2022-04-02
Fecha de Publicación 2022-04-02
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador technohues
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Mode for LinkedIn",
    "description": "This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially",
    "version": "0.4.3",
    "manifest_version": 3,
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/www.linkedin.com\/feed\/?trk=nav_back_to_linkedin"
            ],
            "exclude_matches": [
                "https:\/\/*.linkedin.com\/*sales*",
                "https:\/\/*.linkedin.com\/*campaignmanager*",
                "https:\/\/*.linkedin.com\/*profinder*",
                "https:\/\/www.linkedin.com\/services?trk=d_flagship3_nav",
                "https:\/\/www.linkedin.com\/salary?trk=d_flagship3_nav",
                "https:\/\/business.linkedin.com\/*"
            ]
        }
    ]
}