Overhaul

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

Qu'est-ce que Overhaul ?

Overhaul est une extension Chrome développée par Blueyedgeek, et sa fonction principale est "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Overhaul

Téléchargez les fichiers d'extension Overhaul au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Overhaul Overhaul
ID kjdbdpkckfgllioaiflocedlaeilccfk
URL Officiel https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk
Description Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
Taille du Fichier 278 KB
Nombre d'Installations 164
Version Actuelle 0.0.2
Dernière Mise à Jour 2018-08-12
Date de Publication 2018-08-12
Évaluation 4.38/5 Total 8 Évaluations
Développeur Blueyedgeek
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}