Dusk

Dusk - protect your eyes with dark mode for popular sites

什麼是Dusk?

Dusk是由Valentin Gorenc開發的Chrome擴展程式,該擴展的主要功能是“Dusk - protect your eyes with dark mode for popular sites”。

擴展截圖

screenshot
screenshot

下載Dusk擴展crx文件

下載Dusk擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Dusk Dusk
ID fbgnkgdmcmhiaakjbilpjnpenhinkgon
官方網址 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",
        "",
        "contextMenus",
        "tabs"
    ],
    "version": "2.33",
    "web_accessible_resources": [
        "\/css\/*.css"
    ]
}