Dark mode

Install Dark mode for Chrome to enjoy dark theme (night mode) on any website

Dark mode क्या है?

Dark mode ronnyzfx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Install Dark mode for Chrome to enjoy dark theme (night mode) on any website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dark mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Dark mode for Chrome can turn dark theme on any website. Now surfing Internet is more comfortable, as your eyes will feel much better! Apart from this, your browsing experience will be more stylish.

Features of the extension:

- Completely free, no in-app purchases
- You can turn on dark mode for any website
- You can install the plugin in one click
- The plugin is small, it does not make your computer slower
- You can configure many settings of dark and light modes separately for each site. For instance, it is possible to set up grayscale, sepia, lightness and contrast!

The application is actively developed. Please share your feedback and suggestions in the comments section!

Permissions required:

- , tabs - to enable night mode on all websites
- storage - to store settings of the plugin
- fontSettings - to render fonts better on some websites and fix bugs corresponding to fonts                    

एक्सटेंशन की मूल जानकारी

नाम Dark mode Dark mode
ID fpneimadkgmbkijjeomfgchpbjblepnp
आधिकारिक URL https://chromewebstore.google.com/detail/dark-mode/fpneimadkgmbkijjeomfgchpbjblepnp
विवरण Install Dark mode for Chrome to enjoy dark theme (night mode) on any website
फ़ाइल का आकार 1.74 MB
स्थापना संख्या 30,411
वर्तमान संस्करण 2.2.21
अंतिम अपडेट 2023-11-17
प्रकाशन तिथि 2021-06-28
रेटिंग 4.26/5 कुल 82 रेटिंग्स
डेवलपर ronnyzfx
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,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,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",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs++TX0PDACyfuQFzNLL1T8RKmEdxPegTQmPxjvseZwidiH+AXM\/reLERcQoEMclP6da33icXDuxfoxKcJsXtDKzLTwNoIgduZLMw+C6RPNcTvD\/2pSaqb7Uwglo7mDPUxirBEo9Q9Ja0UStBt0HOjHQN74ntUBLtntK3wauxnCeOw\/208d+R\/gqX9w3A6lq\/FZiLzO+uioFWVnJZvZsQvB13wgSiJP\/wk1poYOfVCECq+4\/N4q83Hu4EaehbUsyaDSSValWfkj0PK\/wGitYttg9KqmwhFoypJCzZkUaELw+nD9cKW1NZt59APe60B+XMWvTjipJ4LxpMElUn2+cK8wIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "2.2.21",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "browser_action": {
        "default_title": "Dark mode for all websites",
        "default_icon": {
            "38": "icons\/dr_active_38.png",
            "19": "icons\/dr_active_19.png"
        },
        "default_popup": "ui\/popup\/index.html"
    },
    "icons": {
        "16": "icons\/dr_16.png",
        "48": "icons\/dr_48.png",
        "128": "icons\/dr_128.png"
    },
    "background": {
        "persistent": true,
        "page": "background\/index.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.captain.works\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject\/fallback.js",
                "inject\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "fontSettings",
        "storage",
        "tabs",
        "",
        "identity"
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "__MSG_toggle_extension__"
        },
        "addSite": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "__MSG_toggle_current_site__"
        },
        "switchEngine": {
            "description": "__MSG_theme_generation_mode__"
        }
    }
}