Overhaul
Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
What is Overhaul?
Overhaul is a Chrome extension developed by Blueyedgeek, and its main feature is "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look".
Extension Screenshots
Download Overhaul Extension CRX File
Download Overhaul extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | kjdbdpkckfgllioaiflocedlaeilccfk |
Official URL | 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 |
File Size | 278 KB |
Installation Count | 164 |
Current Version | 0.0.2 |
Last Updated | 2018-08-12 |
Publish Date | 2018-08-12 |
Rating | 4.38/5 Total 8 Ratings |
Developer | Blueyedgeek |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |