Dark Theme

With this extension you can enable dark mode on popular websites

Dark Theme क्या है?

Dark Theme sejkinivan362 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this extension you can enable dark mode on popular websites"।

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

screenshot

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

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

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

                        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.                    

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

नाम Dark Theme Dark Theme
ID lbcmipllioholboogdpghhfoflobacfo
आधिकारिक URL https://chromewebstore.google.com/detail/dark-theme/lbcmipllioholboogdpghhfoflobacfo
विवरण With this extension you can enable dark mode on popular websites
फ़ाइल का आकार 266 KB
स्थापना संख्या 858
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-01-20
प्रकाशन तिथि 2021-02-10
रेटिंग 4.00/5 कुल 5 रेटिंग्स
डेवलपर sejkinivan362
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}