Darkness - Beautiful Dark Themes
Beautiful dark mode for Facebook, Google, YouTube, Gmail and more
Darkness - Beautiful Dark Themes क्या है?
Darkness - Beautiful Dark Themes https://darkness.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Beautiful dark mode for Facebook, Google, YouTube, Gmail and more"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Darkness - Beautiful Dark Themes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Darkness for Chrome provides dark mode for popular websites, significantly reducing eye strain and fatigue caused by bright websites. It offers dark themes for Google, Facebook, YouTube, Gmail, Google Drive, Twitter, Messenger, Instagram, and many other websites. ✔ Dark color themes (not inverted colors) ✔ Handcrafted by designers ✔ Reduces eye strain, fatigue & headaches ✔ Eliminates annoying glare ✔ Helps you sleep faster and better Darkness Pro features 7 designer-made themes: ► Iceberg ► Tomorrow ► Material ► Dusk ► Red Alert ► Coffee ► Matrix How to configure Darkness? 1. Visit a supported site, e.g. www.google.com or www.facebook.com 2. Click the moon icon in the top-right corner of the site (moon icon only shows on supported sites) Note that we may occasionally promote some of our other products (such as Wisely or DreamGift) within the Darkness menu. Your privacy is important to us: * Darkness is an open-source project: https://github.com/liorgrossman/darkness * Darkness is 100% adware and spyware free * We don't sell user data * We collect anonymous product usage data using Mixpanel * Read our full privacy policy here: https://darkness.app/privacy/darkness-privacy-policy.pdf
एक्सटेंशन की मूल जानकारी
नाम | Darkness - Beautiful Dark Themes |
ID | imilbobhamcfahccagbncamhpnbkaenm |
आधिकारिक URL | https://chromewebstore.google.com/detail/darkness-beautiful-dark-t/imilbobhamcfahccagbncamhpnbkaenm |
विवरण | Beautiful dark mode for Facebook, Google, YouTube, Gmail and more |
फ़ाइल का आकार | 1.41 MB |
स्थापना संख्या | 106,971 |
वर्तमान संस्करण | 3.0.0 |
अंतिम अपडेट | 2024-01-09 |
प्रकाशन तिथि | 2019-05-23 |
रेटिंग | 3.85/5 कुल 1552 रेटिंग्स |
डेवलपर | https://darkness.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://darkness.app |
सहायता पृष्ठ URL | https://darkness.app/contact/ |
गोपनीयता नीति पृष्ठ URL | https://lhlabs.io/legal/privacy |
समर्थित भाषाएँ | de,en,fr,vi,es,es-419,it,pl,ru,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appFullName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "3.0.0", "author": "Darkness", "homepage_url": "https:\/\/darkness.app", "default_locale": "en", "icons": { "16": "images\/darkness-icon-16px.png", "19": "images\/darkness-icon-19px.png", "32": "images\/darkness-icon-32px.png", "38": "images\/darkness-icon-38px.png", "48": "images\/darkness-icon-48px.png", "64": "images\/darkness-icon-64px.png", "128": "images\/darkness-icon-128px.png" }, "permissions": [ "tabs", "storage", "cookies", "http:\/\/*\/", "https:\/\/*\/" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "themes-css\/*.css", "themes-css\/*.map", "style-css\/*.css", "style-css\/*.map", "js\/*.js", "libs\/*.js", "html\/*.html", "images\/*.png", "images\/*.gif", "images\/*.jpg", "images\/*.svg", "fonts\/*.woff2", "icons\/css\/*.css", "icons\/font\/*.*" ], "background": { "scripts": [ "libs\/buy.js", "js\/background\/helpers.js", "js\/background\/config.js", "js\/background\/user-stats.js", "js\/background\/user-settings.js", "js\/background\/file-reader.js", "js\/background\/analytics.js", "js\/background\/payments.js", "js\/background\/promo.js", "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "images\/darkness-icon-16px.png", "19": "images\/darkness-icon-19px.png", "32": "images\/darkness-icon-32px.png", "38": "images\/darkness-icon-38px.png", "48": "images\/darkness-icon-48px.png", "64": "images\/darkness-icon-64px.png", "128": "images\/darkness-icon-128px.png" }, "default_title": "__MSG_appShortName__", "default_popup": "html\/options.html" }, "options_ui": { "chrome_style": true, "page": "html\/options.html" } } |