Overhaul

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

O que é Overhaul?

Overhaul é uma extensão do Chrome desenvolvida por Blueyedgeek, e sua principal característica é "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Overhaul

Baixe arquivos de extensão Overhaul no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Overhaul Overhaul
ID kjdbdpkckfgllioaiflocedlaeilccfk
URL Oficial https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk
Descrição Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
Tamanho do Arquivo 278 KB
Contagem de Instalações 164
Versão Atual 0.0.2
Última Atualização 2018-08-12
Data de Publicação 2018-08-12
Classificação 4.38/5 Total de 8 Avaliações
Desenvolvedor Blueyedgeek
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}