Dark Theme

With this extension you can enable dark mode on popular websites

Cos'è Dark Theme?

Dark Theme è un'estensione di Chrome sviluppata da sejkinivan362, e la sua funzione principale è "With this extension you can enable dark mode on popular websites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dark Theme

Scarica i file di estensione Dark Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This superb app for Chrome browser will switch a dark mode on all the websites. If you`re already tired of default websites outlook then you should definitely check this out. Just click the extension icon to enable / disable the theme for websites. What to change something in your browser? Dark theme extension will change Youtube, VK, Facebook and Google design. It`s also known to be pretty useful tool to sooth your eyes after long working day behind the screen. This is a great tool to make your browser look stylish. Meet this cool dark theme for your Chrome browser that can be applied to every website. You don`t have to make any adjustments in this app. Darken all websites for every website in one click. You can also add certain sites to the list and they`ll be ignored and the app won`t apply a dark mode to them. You no longer need to open settings to darken all sites every time you open new website - only one application provides awesome black theme on every new tab or website. Extension has no hidden scripts to mess with your device or steal your personal data. It`s a simple, absolutely free and reliable extension for chrome browser. Protect your eyes and get a cool looking browser just in one click. No doubts you`ll find the dark mode extension pretty useful and won`t be disappointed.                    

Informazioni di Base sull'Estensione

Nome Dark Theme Dark Theme
ID lbcmipllioholboogdpghhfoflobacfo
URL Ufficiale https://chromewebstore.google.com/detail/dark-theme/lbcmipllioholboogdpghhfoflobacfo
Descrizione With this extension you can enable dark mode on popular websites
Dimensione del File 266 KB
Conteggio Installazioni 858
Versione Corrente 1.1
Ultimo Aggiornamento 2022-01-20
Data di Pubblicazione 2021-02-10
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore sejkinivan362
Email [email protected]
Tipo di Pagamento free
Lingue Supportate id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Dark Theme",
    "description": "With this extension you can enable dark mode on popular websites",
    "icons": {
        "128": "icon.png"
    },
    "version": "1.1",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "window.html",
        "default_icon": "icon.png"
    },
    "background": {
        "page": "side.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "insider.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}