DarkMode

Dark mode for all websites in Chrome browser with opportunity to exclude any domain or create custom theme

O que é DarkMode?

DarkMode é uma extensão do Chrome desenvolvida por as simple as robot, e sua principal característica é "Dark mode for all websites in Chrome browser with opportunity to exclude any domain or create custom theme".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DarkMode

Baixe arquivos de extensão DarkMode 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

                        Dark Theme for all websites in Chrome browser

Social networks, mainstream sites and all other New Tabs will be all together covered into black colors. 

No more needs to open settings one by one for different websites - just one app brings black theme across the whole net.                    

Informações Básicas da Extensão

Nome DarkMode DarkMode
ID kambhdjepahhfmianbjpfkoapoffaodo
URL Oficial https://chrome.google.com/webstore/detail/darkmode/kambhdjepahhfmianbjpfkoapoffaodo
Descrição Dark mode for all websites in Chrome browser with opportunity to exclude any domain or create custom theme
Tamanho do Arquivo 343 KB
Contagem de Instalações 39
Versão Atual 0.0.2
Última Atualização 2021-07-22
Data de Publicação 2021-07-08
Desenvolvedor as simple as robot
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://extilywa.online/privacy.html
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.js",
            "\/js\/background.js",
            "background-min.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/icons\/dark\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "\/css\/inject.css"
            ],
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "\/js\/inject_css.js",
                "content-min.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "name": "DarkMode",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        ""
    ],
    "short_name": "__MSG_extShortName__",
    "version": "0.0.2",
    "web_accessible_resources": [
        "\/css\/custom\/*.css",
        "\/css\/general\/*.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/keyond-gosensity.icu https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net; object-src 'self';"
}