Overhaul

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

Co to jest Overhaul?

Overhaul to rozszerzenie Chrome opracowane przez Blueyedgeek, a jego główną funkcją jest „Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Overhaul

Pobierz pliki rozszerzeń Overhaul w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Overhaul Overhaul
ID kjdbdpkckfgllioaiflocedlaeilccfk
Oficjalny URL https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk
Opis Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
Rozmiar pliku 278 KB
Liczba instalacji 164
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2018-08-12
Data Publikacji 2018-08-12
Ocena 4.38/5 Łącznie 8 Oceny
Deweloper Blueyedgeek
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}