Overhaul
Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
Overhaul là gì?
Overhaul là một tiện ích mở rộng Chrome được phát triển bởi Blueyedgeek, và tính năng chính của nó là "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Overhaul
Tải xuống các tệp mở rộng Overhaul dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kjdbdpkckfgllioaiflocedlaeilccfk |
URL Chính Thức | https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk |
Mô tả | Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look |
Kích Thước Tệp | 278 KB |
Số Lần Cài Đặt | 164 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2018-08-12 |
Ngày Phát Hành | 2018-08-12 |
Đánh Giá | 4.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Blueyedgeek |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |