Wolverify
Make UMich Wolverine Access look better
Wolverify là gì?
Wolverify là một tiện ích mở rộng Chrome được phát triển bởi Sid Pagariya, và tính năng chính của nó là "Make UMich Wolverine Access look better".
Ả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 Wolverify
Tải xuống các tệp mở rộng Wolverify 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
University of Michigan Students!! Tired of the old, outdated look of Wolverine Access? Well, here's a solution: get this extension and forget about how it looked, think about how it WILL look! Enjoy the flat, handcrafted theme!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Wolverify |
ID | mcinahboloikfbneglkeakbbnfhbgpdm |
URL Chính Thức | https://chromewebstore.google.com/detail/wolverify/mcinahboloikfbneglkeakbbnfhbgpdm |
Mô tả | Make UMich Wolverine Access look better |
Kích Thước Tệp | 89.85 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2020-12-14 |
Ngày Phát Hành | 2019-12-28 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Sid Pagariya |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/sidpagariya/MProjects/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wolverify", "version": "1.1.1", "description": "Make UMich Wolverine Access look better", "icons": { "16": "icons\/Wolverify-16x16.png", "32": "icons\/Wolverify-32x32.png", "64": "icons\/Wolverify-64x64.png", "128": "icons\/Wolverify-128x128.png" }, "permissions": [ "https:\/\/csprod.dsc.umich.edu\/*", "https:\/\/hcmprod.dsc.umich.edu\/*" ], "content_scripts": [ { "matches": [ "https:\/\/csprod.dsc.umich.edu\/*", "https:\/\/hcmprod.dsc.umich.edu\/*" ], "all_frames": true, "js": [ "js\/jquery.min.js", "js\/content.js" ] } ], "web_accessible_resources": [ "css\/wolverine.css" ], "manifest_version": 2 } |