Dim the Internet - Turn down the brightness.

Simply drag a slider to dim every single website.

Co je Dim the Internet - Turn down the brightness.?

Dim the Internet - Turn down the brightness. je rozšíření Chrome vyvinuté Agency Enterprise, a jeho hlavní funkcí je „Simply drag a slider to dim every single website.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Dim the Internet - Turn down the brightness.

Stáhněte si soubory rozšíření Dim the Internet - Turn down the brightness. ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Dim the Internet - Turn down the brightness. Dim the Internet - Turn down the brightness.
ID coijioepkollddkdcdobnfodlelobefh
Oficiální URL https://chromewebstore.google.com/detail/dim-the-internet-turn-dow/coijioepkollddkdcdobnfodlelobefh
Popis Simply drag a slider to dim every single website.
Velikost souboru 7.41 KB
Počet instalací 56
Aktuální Verze 1.0
Poslední Aktualizace 2022-03-18
Datum Vydání 2022-03-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Agency Enterprise
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ae.studio/same-day-skunkworks
Podporované Jazyky 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"
    }
}