Dark Side

An extension that helps you to change any website to dark mode and change the font of any website to your desired font

Что такое Dark Side?

Dark Side - это расширение Chrome, разработанное Emmanuel Aina, и его основная функция - "An extension that helps you to change any website to dark mode and change the font of any website to your desired font".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Dark Side

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

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

                        This extension helps you to change any website to dark mode and change the font of any website to your desired font                    

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

Название Dark Side Dark Side
ID mepmobcikgjmkmfpogmigbmliihpnpkb
Официальный URL https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb
Описание An extension that helps you to change any website to dark mode and change the font of any website to your desired font
Размер файла 21.13 KB
Количество установок 819
Текущая Версия 1.5
Последнее Обновление 2019-09-23
Дата публикации 2019-09-23
Рейтинг 3.17/5 Всего 6 оценок
Разработчик Emmanuel Aina
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Side",
    "version": "1.5",
    "description": "An extension that helps you to change any website to dark mode and change the font of any website to your desired font",
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}