Overhaul
Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
Wat is Overhaul?
Overhaul is een Chrome-extensie ontwikkeld door Blueyedgeek, en de belangrijkste functie is "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look".
Extensie Screenshots
Download het CRX-bestand van de extensie Overhaul
Download Overhaul-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | kjdbdpkckfgllioaiflocedlaeilccfk |
Officiële URL | https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk |
Beschrijving | Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look |
Bestandsgrootte | 278 KB |
Aantal Installaties | 164 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2018-08-12 |
Publicatiedatum | 2018-08-12 |
Beoordeling | 4.38/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Blueyedgeek |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |