Overhaul
Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
Apa itu Overhaul?
Overhaul adalah ekstensi Chrome yang dikembangkan oleh Blueyedgeek, dan fitur utamanya adalah "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Overhaul
Unduh file ekstensi Overhaul dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | kjdbdpkckfgllioaiflocedlaeilccfk |
URL Resmi | https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk |
Deskripsi | Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look |
Ukuran File | 278 KB |
Jumlah Instalasi | 164 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2018-08-12 |
Tanggal Publikasi | 2018-08-12 |
Penilaian | 4.38/5 Total 8 Penilaian |
Pengembang | Blueyedgeek |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |