Overhaul

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

Was ist Overhaul?

Overhaul ist eine Chrome-Erweiterung, die von Blueyedgeek entwickelt wurde, und ihr Hauptmerkmal ist "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Overhaul-Erweiterungs-CRX-Datei herunterladen

Laden Sie Overhaul-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Overhaul Overhaul
ID kjdbdpkckfgllioaiflocedlaeilccfk
Offizielle URL https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk
Beschreibung Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
Dateigröße 278 KB
Installationsanzahl 164
Aktuelle Version 0.0.2
Letztes Update 2018-08-12
Veröffentlichungsdatum 2018-08-12
Bewertung 4.38/5 Insgesamt 8 Bewertungen
Entwickler Blueyedgeek
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}