Dim the Internet - Turn down the brightness.

Simply drag a slider to dim every single website.

What is Dim the Internet - Turn down the brightness.?

Dim the Internet - Turn down the brightness. is a Chrome extension developed by Agency Enterprise, and its main feature is "Simply drag a slider to dim every single website.".

Extension Screenshots

screenshot

Download Dim the Internet - Turn down the brightness. Extension CRX File

Download Dim the Internet - Turn down the brightness. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Dim the Internet - Turn down the brightness. Dim the Internet - Turn down the brightness.
ID coijioepkollddkdcdobnfodlelobefh
Official URL https://chromewebstore.google.com/detail/dim-the-internet-turn-dow/coijioepkollddkdcdobnfodlelobefh
Description Simply drag a slider to dim every single website.
File Size 7.41 KB
Installation Count 56
Current Version 1.0
Last Updated 2022-03-18
Publish Date 2022-03-11
Rating 5.00/5 Total 1 Ratings
Developer Agency Enterprise
Email [email protected]
Payment Type free
Extension Website https://ae.studio/same-day-skunkworks
Supported Languages 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"
    }
}