Dim the Internet - Turn down the brightness.

Simply drag a slider to dim every single website.

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

Dim the Internet - Turn down the brightness. is een Chrome-extensie ontwikkeld door Agency Enterprise, en de belangrijkste functie is "Simply drag a slider to dim every single website.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dim the Internet - Turn down the brightness.

Download Dim the Internet - Turn down the brightness.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Dim the Internet - Turn down the brightness. Dim the Internet - Turn down the brightness.
ID coijioepkollddkdcdobnfodlelobefh
Officiële URL https://chromewebstore.google.com/detail/dim-the-internet-turn-dow/coijioepkollddkdcdobnfodlelobefh
Beschrijving Simply drag a slider to dim every single website.
Bestandsgrootte 7.41 KB
Aantal Installaties 56
Huidige Versie 1.0
Laatst Bijgewerkt 2022-03-18
Publicatiedatum 2022-03-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Agency Enterprise
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ae.studio/same-day-skunkworks
Ondersteunde Talen 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"
    }
}