Dim the Internet - Turn down the brightness.

Simply drag a slider to dim every single website.

什麼是Dim the Internet - Turn down the brightness.?

Dim the Internet - Turn down the brightness.是由Agency Enterprise開發的Chrome擴展程式,該擴展的主要功能是“Simply drag a slider to dim every single website.”。

擴展截圖

screenshot

下載Dim the Internet - Turn down the brightness.擴展crx文件

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

擴展使用說明

                        Simply drag a slider to dim every single website. 

Sometimes websites don't support dark mode, so just turn down the brightness.

Made with ❤️ by ae.studio
Same Day Skunkworks Division                    

擴展基本資訊

名稱 Dim the Internet - Turn down the brightness. Dim the Internet - Turn down the brightness.
ID coijioepkollddkdcdobnfodlelobefh
官方網址 https://chromewebstore.google.com/detail/dim-the-internet-turn-dow/coijioepkollddkdcdobnfodlelobefh
簡介 Simply drag a slider to dim every single website.
檔案大小 7.41 KB
安裝次數 56
目前版本 1.0
更新時間 2022-03-18
上架時間 2022-03-11
評分 5.00/5 共 1 次評分
開發者 Agency Enterprise
電子郵箱 [email protected]
付費類型 free
擴展官網 https://ae.studio/same-day-skunkworks
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dim the Internet - Turn down the brightness.",
    "manifest_version": 3,
    "version": "1.0",
    "description": "Simply drag a slider to dim every single website.",
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}