Dusk
Dusk - protect your eyes with dark mode for popular sites
Dusk क्या है?
Dusk Valentin Gorenc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dusk - protect your eyes with dark mode for popular sites"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dusk एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Dusk applies a dark theme to your browsing experience. Features: - Works on the most popular sites - Dark search: you search on dark-themed search engine - Blacklist: you can add a site to the blacklist if you experience any issues
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fbgnkgdmcmhiaakjbilpjnpenhinkgon |
आधिकारिक URL | https://chrome.google.com/webstore/detail/dusk/fbgnkgdmcmhiaakjbilpjnpenhinkgon |
विवरण | Dusk - protect your eyes with dark mode for popular sites |
फ़ाइल का आकार | 794 KB |
स्थापना संख्या | 700,000 |
वर्तमान संस्करण | 2.33 |
अंतिम अपडेट | 2021-08-04 |
प्रकाशन तिथि | 2021-03-24 |
रेटिंग | 2.00/5 कुल 12 रेटिंग्स |
डेवलपर | Valentin Gorenc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.notion.so/Privacy-policy-Dusk-711c91d315954dcc8c9804360b2b0430 |
समर्थित भाषाएँ | id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "content_scripts": [ { "js": [ "content1.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" }, { "all_frames": true, "exclude_globs": [ "*\/chrome\/newtab*" ], "js": [ "content2.js" ], "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" }, "manifest_version": 2, "name": "__MSG_extName__", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "storage", " |