Shade Dark Mode

Shade Dark Mode: Seamlessly embrace dark mode on all websites with personalized controls

Apa itu Shade Dark Mode?

Shade Dark Mode adalah ekstensi Chrome yang dikembangkan oleh Cherish Aguirre, dan fitur utamanya adalah "Shade Dark Mode: Seamlessly embrace dark mode on all websites with personalized controls".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Shade Dark Mode

Unduh file ekstensi Shade Dark Mode 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

                        🌙✨ Welcome to Shade Dark Mode ✨🌙

🖥️ Tired of being blinded by the bright light of websites? It's time to embrace the sleek elegance of the dark side with Shade Dark Mode! 🌑

🌐 Say goodbye to eye strain and hello to a seamless browsing experience on every website. Shade Dark Mode effortlessly transforms all websites into a soothing dark theme, creating a visually comfortable environment for your online adventures. 🌚

✨ With Shade Dark Mode, you get:
➡️ Enabled dark mode for ALL websites, giving your browsing experience a sleek and modern touch. 🖤
➡️ Personalized controls that let you customize the dark mode settings according to your preferences, so you can truly make it your own. ✏️

🚫 But what if a website doesn't play nicely with dark mode or if you simply prefer a lighter look? No worries! Shade Dark Mode allows you to blacklist specific websites, ensuring they stay in the light while the rest of the web stays in the dark. ⛔

⚡️ Say hello to effortless dark mode browsing with Shade Dark Mode! Upgrade your web experience today and join the dark side, where comfort and style meet. Get the extension now and start browsing with flair. 💻🌙                    

Informasi Dasar Ekstensi

Nama Shade Dark Mode Shade Dark Mode
ID mkeimkkbcndbdlfkbfhhlfgkilcfniic
URL Resmi https://chromewebstore.google.com/detail/shade-dark-mode/mkeimkkbcndbdlfkbfhhlfgkilcfniic
Deskripsi Shade Dark Mode: Seamlessly embrace dark mode on all websites with personalized controls
Ukuran File 419 KB
Jumlah Instalasi 6,077,987
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-07-07
Tanggal Publikasi 2023-07-02
Penilaian 4.70/5 Total 83 Penilaian
Pengembang Cherish Aguirre
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://docs.google.com/document/d/e/2PACX-1vSG7lVkdaE4O-mrhkYC6Jcr9EQuo6Xx6NSWBpojCLWBGCUJtgJEgMJWOS3stNfFSi72qWJkM5RehrwR/pub
Bahasa yang Didukung id,ms,de,en,en-GB,en-US,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",
    "author": "Awesome Dark mode",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "300": "icons\/icon-300.png"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "102.0",
    "name": "__MSG_extName__",
    "permissions": [
        "alarms",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/proxy.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}