Dark Theme

With this extension you can enable dark mode on popular websites

Apa itu Dark Theme?

Dark Theme adalah ekstensi Chrome yang dikembangkan oleh sejkinivan362, dan fitur utamanya adalah "With this extension you can enable dark mode on popular websites".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Dark Theme

Unduh file ekstensi Dark Theme dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Dark Theme Dark Theme
ID lbcmipllioholboogdpghhfoflobacfo
URL Resmi https://chromewebstore.google.com/detail/dark-theme/lbcmipllioholboogdpghhfoflobacfo
Deskripsi With this extension you can enable dark mode on popular websites
Ukuran File 266 KB
Jumlah Instalasi 858
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-01-20
Tanggal Publikasi 2021-02-10
Penilaian 4.00/5 Total 5 Penilaian
Pengembang sejkinivan362
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}