Dim the Internet - Turn down the brightness.

Simply drag a slider to dim every single website.

Co to jest Dim the Internet - Turn down the brightness.?

Dim the Internet - Turn down the brightness. to rozszerzenie Chrome opracowane przez Agency Enterprise, a jego główną funkcją jest „Simply drag a slider to dim every single website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dim the Internet - Turn down the brightness.

Pobierz pliki rozszerzeń Dim the Internet - Turn down the brightness. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Dim the Internet - Turn down the brightness. Dim the Internet - Turn down the brightness.
ID coijioepkollddkdcdobnfodlelobefh
Oficjalny URL https://chromewebstore.google.com/detail/dim-the-internet-turn-dow/coijioepkollddkdcdobnfodlelobefh
Opis Simply drag a slider to dim every single website.
Rozmiar pliku 7.41 KB
Liczba instalacji 56
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-03-18
Data Publikacji 2022-03-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Agency Enterprise
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ae.studio/same-day-skunkworks
Obsługiwane Języki 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"
    }
}