Dark Mode Everywhere

Every website gets a night look, automagically!

Dark Mode Everywhere क्या है?

Dark Mode Everywhere https://petasittek.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Every website gets a night look, automagically!"।

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

screenshot

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

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

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

                        Turn every webpage into dark mode, reducing eye strain and enhancing your browsing. The most seamless and user-friendly dark theme extension.

🚀 Features
  ⭐️ Automatic dark mode transformation for all websites
  ⭐️ Simple toggle to enable or disable dark mode for the current website
  ⭐️ Activate or deactivate dark mode across all websites at once
  ⭐️ Keyboard shortcuts to turn dark mode on, off, or toggle between them
  ⭐️ Resource-friendly design with minimal impact on browsing speed

🚀 Compatibility
  ⭐️ Built to adapt to a wide variety of websites and webpages
  ⭐️ Continued updates to fix any inconsistencies

🚀 Permissions explained
  ⭐️ "Read and change all your data on the websites you visit": to apply the dark mode to webpages you visit
  ⭐️ "Manage your apps, extensions, and themes": to handle disabling/enabling the extension correctly

Completely free and with no ads

Made with ❤️ by Peta Sittek                    

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

नाम Dark Mode Everywhere Dark Mode Everywhere
ID akannjhnhbfgceibnngofjbnncmelcjg
आधिकारिक URL https://chromewebstore.google.com/detail/dark-mode-everywhere/akannjhnhbfgceibnngofjbnncmelcjg
विवरण Every website gets a night look, automagically!
फ़ाइल का आकार 32.93 KB
स्थापना संख्या 12,377
वर्तमान संस्करण 1.0.8
अंतिम अपडेट 2023-08-20
प्रकाशन तिथि 2023-08-19
रेटिंग 4.43/5 कुल 49 रेटिंग्स
डेवलपर https://petasittek.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.petasittek.com/dark-mode-everywhere/
सहायता पृष्ठ URL https://petasittek.zendesk.com/hc/en-us/requests/new
गोपनीयता नीति पृष्ठ URL https://www.petasittek.com/chrome-extensions-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dark Mode Everywhere",
    "description": "Every website gets a night look, automagically!",
    "version": "1.0.8",
    "author": "Peta Sittek",
    "homepage_url": "https:\/\/www.petasittek.com\/dark-mode-everywhere\/",
    "icons": {
        "16": "16.2a24ed1e.png",
        "32": "32.8bc48bc6.png",
        "48": "48.4b62d9a2.png",
        "128": "128.069da7a6.png"
    },
    "action": {
        "default_title": "Dark Mode Everywhere",
        "default_popup": "popup.c1ae1433.html",
        "default_icon": {
            "16": "16.2a24ed1e.png",
            "19": "19.879e6e1c.png",
            "24": "24.25efd3a1.png",
            "32": "32.8bc48bc6.png",
            "38": "38.a5aae98a.png",
            "48": "48.4b62d9a2.png",
            "128": "128.069da7a6.png"
        }
    },
    "background": {
        "service_worker": "service-worker.57e779c2.js"
    },
    "host_permissions": [
        ""
    ],
    "commands": {
        "_execute_action": {
            "description": "Activate the extension"
        },
        "dark-mode-on": {
            "description": "Turn on dark mode"
        },
        "dark-mode-off": {
            "description": "Turn off dark mode"
        },
        "dark-mode-toggle": {
            "description": "Toggle dark mode"
        }
    },
    "permissions": [
        "activeTab",
        "commands",
        "management",
        "scripting",
        "storage",
        "tabs",
        "webNavigation"
    ]
}