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"
    }
}