Change Background Color

change the current site background to your desired color

Что такое Change Background Color?

Change Background Color - это расширение Chrome, разработанное hoishing, и его основная функция - "change the current site background to your desired color".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Change Background Color

Скачайте файлы расширений Change Background Color в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Most color-changing extensions require the "read and change all your data on all site" permission, which is overkill and raises privacy concerns. This particular extension does only one thing: it changes the background color of the current site, that's all. 

No special permissions are required, no data is collected, and no privacy concerns.

🔗 source code
https://github.com/hoishing/chrome-change-background-color                    

Основная информация о расширении

Название Change Background Color Change Background Color
ID ajlcblmihhjochfgehfcfiopkcbfnlfh
Официальный URL https://chromewebstore.google.com/detail/change-background-color/ajlcblmihhjochfgehfcfiopkcbfnlfh
Описание change the current site background to your desired color
Размер файла 15.48 KB
Количество установок 304
Текущая Версия 1.1.0
Последнее Обновление 2023-09-09
Дата публикации 2023-08-10
Рейтинг 3.00/5 Всего 2 оценок
Разработчик hoishing
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/hoishing/chrome-change-background-color
URL страницы помощи https://github.com/hoishing/chrome-change-background-color/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Change Background Color",
    "version": "1.1.0",
    "description": "change the current site background to your desired color",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "icons": {
        "64": "bg-color64.png",
        "128": "bg-color128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "bg-color64.png",
            "128": "bg-color128.png"
        }
    }
}