Shade Dark Mode

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

Shade Dark Mode là gì?

Shade Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi Cherish Aguirre, và tính năng chính của nó là "Shade Dark Mode: Seamlessly embrace dark mode on all websites with personalized controls".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shade Dark Mode

Tải xuống các tệp mở rộng Shade Dark Mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🌙✨ 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. 💻🌙                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shade Dark Mode Shade Dark Mode
ID mkeimkkbcndbdlfkbfhhlfgkilcfniic
URL Chính Thức https://chromewebstore.google.com/detail/shade-dark-mode/mkeimkkbcndbdlfkbfhhlfgkilcfniic
Mô tả Shade Dark Mode: Seamlessly embrace dark mode on all websites with personalized controls
Kích Thước Tệp 419 KB
Số Lần Cài Đặt 6,077,987
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-07-07
Ngày Phát Hành 2023-07-02
Đánh Giá 4.70/5 Tổng số 83 Đánh Giá
Nhà Phát Triển Cherish Aguirre
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/e/2PACX-1vSG7lVkdaE4O-mrhkYC6Jcr9EQuo6Xx6NSWBpojCLWBGCUJtgJEgMJWOS3stNfFSi72qWJkM5RehrwR/pub
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}