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
官方URL 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"
    }
}