Dim the Internet - Turn down the brightness.

Simply drag a slider to dim every single website.

Qu'est-ce que Dim the Internet - Turn down the brightness. ?

Dim the Internet - Turn down the brightness. est une extension Chrome développée par Agency Enterprise, et sa fonction principale est "Simply drag a slider to dim every single website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Dim the Internet - Turn down the brightness.

Téléchargez les fichiers d'extension Dim the Internet - Turn down the brightness. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Dim the Internet - Turn down the brightness. Dim the Internet - Turn down the brightness.
ID coijioepkollddkdcdobnfodlelobefh
URL Officiel https://chromewebstore.google.com/detail/dim-the-internet-turn-dow/coijioepkollddkdcdobnfodlelobefh
Description Simply drag a slider to dim every single website.
Taille du Fichier 7.41 KB
Nombre d'Installations 56
Version Actuelle 1.0
Dernière Mise à Jour 2022-03-18
Date de Publication 2022-03-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur Agency Enterprise
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ae.studio/same-day-skunkworks
Langues Prises en Charge 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"
    }
}