Wolverify
Make UMich Wolverine Access look better
What is Wolverify?
Wolverify is a Chrome extension developed by Sid Pagariya, and its main feature is "Make UMich Wolverine Access look better".
Extension Screenshots
Download Wolverify Extension CRX File
Download Wolverify 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
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!
Extension Basic Information
Name | Wolverify |
ID | mcinahboloikfbneglkeakbbnfhbgpdm |
Official URL | https://chromewebstore.google.com/detail/wolverify/mcinahboloikfbneglkeakbbnfhbgpdm |
Description | Make UMich Wolverine Access look better |
File Size | 89.85 KB |
Installation Count | 25 |
Current Version | 1.1.1 |
Last Updated | 2020-12-14 |
Publish Date | 2019-12-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Sid Pagariya |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/sidpagariya/MProjects/issues |
Supported Languages | 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 } |