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. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Agency Enterprise, και η κύρια λειτουργία του είναι "Simply drag a slider to dim every single website.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Dim the Internet - Turn down the brightness.

Λήψη αρχείων επέκτασης 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"
    }
}