Night Mode for YouTube™

We bring to you a very beautiful YouTube™ Dark Mode. This is a modern design of dark mode for YouTube™.

O que é Night Mode for YouTube™?

Night Mode for YouTube™ é uma extensão do Chrome desenvolvida por heddie.hawkins, e sua principal característica é "We bring to you a very beautiful YouTube™ Dark Mode. This is a modern design of dark mode for YouTube™.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Night Mode for YouTube™

Baixe arquivos de extensão Night Mode for YouTube™ 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

                        This is a very beautiful night mode (dark mode, dark theme, black theme) for YouTube™. It is very easy to use: just Turn on/off the dark mode by 1-Click.
With this dark mode, you can switch between dark mode and normal mode smoothly, no refresh the current watching page (without reducing user experience).
YouTube™ is trademark of Google. Our dark mode is non-official.
Hope you enjoy it!                    

Informações Básicas da Extensão

Nome Night Mode for YouTube™ Night Mode for YouTube™
ID nglnlobgejahfjjoihkimclmjiomdikj
URL Oficial https://chromewebstore.google.com/detail/night-mode-for-youtube/nglnlobgejahfjjoihkimclmjiomdikj
Descrição We bring to you a very beautiful YouTube™ Dark Mode. This is a modern design of dark mode for YouTube™.
Tamanho do Arquivo 14.25 KB
Contagem de Instalações 5,383
Versão Atual 2.0.1
Última Atualização 2024-02-24
Data de Publicação 2019-05-12
Classificação 4.56/5 Total de 41 Avaliações
Desenvolvedor heddie.hawkins
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://nightmodeforyoutubext.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "128.670c828d.png",
        "48": "128.670c828d.png",
        "128": "128.670c828d.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": "128.670c828d.png",
        "default_title": "Turn On YouTube Dark Mode"
    },
    "version": "2.0.1",
    "author": "Plasmo Corp. ",
    "name": "Night Mode for YouTube\u2122",
    "description": "We bring to you a very beautiful YouTube\u2122 Dark Mode. This is a modern design of dark mode for YouTube\u2122.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "declarativeNetRequest",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/disable.png",
                "assets\/enable.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}