Linkedin Dark Mode

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

O que é Linkedin Dark Mode?

Linkedin Dark Mode é uma extensão do Chrome desenvolvida por technohues, e sua principal característica é "This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Linkedin Dark Mode

Baixe arquivos de extensão Linkedin Dark Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Linkedin Dark Mode Linkedin Dark Mode
ID mfkfmjodbggjciighdfcfngbkladachd
URL Oficial https://chrome.google.com/webstore/detail/linkedin-dark-mode/mfkfmjodbggjciighdfcfngbkladachd
Descrição This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially
Tamanho do Arquivo 21.56 KB
Contagem de Instalações 5,000
Versão Atual 0.4.0
Última Atualização 2021-07-07
Data de Publicação 2021-01-01
Classificação 4.77/5 Total de 22 Avaliações
Desenvolvedor technohues
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linkedin Dark Mode",
    "version": "0.4.0",
    "description": "This extension provides the best Dark Mode experience for LinkedIn Web before it is released officially",
    "page_action": {
        "default_icon": {
            "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\/*"
            ]
        }
    ]
}