Overhaul
Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
ما هو Overhaul؟
Overhaul هو إضافة Chrome تم تطويرها بواسطة Blueyedgeek، والميزة الرئيسية لها هي "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Overhaul
قم بتنزيل ملفات الامتداد Overhaul بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | kjdbdpkckfgllioaiflocedlaeilccfk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk |
الوصف | Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look |
حجم الملف | 278 KB |
عدد التثبيتات | 164 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2018-08-12 |
تاريخ النشر | 2018-08-12 |
تقييم | 4.38/5 مجموع تقييمات 8 |
المطور | Blueyedgeek |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |