Overhaul

Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look

Что такое Overhaul?

Overhaul - это расширение Chrome, разработанное Blueyedgeek, и его основная функция - "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                                            

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

Название Overhaul Overhaul
ID kjdbdpkckfgllioaiflocedlaeilccfk
Официальный URL https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk
Описание Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
Размер файла 278 KB
Количество установок 164
Текущая Версия 0.0.2
Последнее Обновление 2018-08-12
Дата публикации 2018-08-12
Рейтинг 4.38/5 Всего 8 оценок
Разработчик Blueyedgeek
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Overhaul",
    "version": "0.0.2",
    "description": "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.nairaland.com\/*"
            ],
            "js": [
                ".\/bundle.js"
            ],
            "css": [
                ".\/init.css"
            ]
        }
    ],
    "icons": {
        "16": ".\/temp-logo.png",
        "32": ".\/temp-logo.png",
        "64": ".\/temp-logo.png",
        "128": ".\/temp-logo.png"
    }
}