Overhaul

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

¿Qué es Overhaul?

Overhaul es una extensión de Chrome desarrollada por Blueyedgeek, y su función principal es "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Overhaul

Descarga archivos de extensión Overhaul en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Overhaul Overhaul
ID kjdbdpkckfgllioaiflocedlaeilccfk
URL Oficial https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk
Descripción Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
Tamaño del Archivo 278 KB
Cantidad de Instalaciones 164
Versión Actual 0.0.2
Última Actualización 2018-08-12
Fecha de Publicación 2018-08-12
Calificación 4.38/5 Total de 8 Calificaciones
Desarrollador Blueyedgeek
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}