Dark Theme

With this extension you can enable dark mode on popular websites

Qu'est-ce que Dark Theme ?

Dark Theme est une extension Chrome développée par sejkinivan362, et sa fonction principale est "With this extension you can enable dark mode on popular websites".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dark Theme

Téléchargez les fichiers d'extension Dark Theme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Dark Theme Dark Theme
ID lbcmipllioholboogdpghhfoflobacfo
URL Officiel https://chromewebstore.google.com/detail/dark-theme/lbcmipllioholboogdpghhfoflobacfo
Description With this extension you can enable dark mode on popular websites
Taille du Fichier 266 KB
Nombre d'Installations 858
Version Actuelle 1.1
Dernière Mise à Jour 2022-01-20
Date de Publication 2021-02-10
Évaluation 4.00/5 Total 5 Évaluations
Développeur sejkinivan362
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}