Overhaul
Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
Cos'è Overhaul?
Overhaul è un'estensione di Chrome sviluppata da Blueyedgeek, e la sua funzione principale è "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Overhaul
Scarica i file di estensione Overhaul in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | kjdbdpkckfgllioaiflocedlaeilccfk |
URL Ufficiale | https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk |
Descrizione | Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look |
Dimensione del File | 278 KB |
Conteggio Installazioni | 164 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2018-08-12 |
Data di Pubblicazione | 2018-08-12 |
Valutazione | 4.38/5 Totale 8 Valutazioni |
Sviluppatore | Blueyedgeek |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |