Wolverify
Make UMich Wolverine Access look better
Wat is Wolverify?
Wolverify is een Chrome-extensie ontwikkeld door Sid Pagariya, en de belangrijkste functie is "Make UMich Wolverine Access look better".
Extensie Screenshots
Download het CRX-bestand van de extensie Wolverify
Download Wolverify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | mcinahboloikfbneglkeakbbnfhbgpdm |
| Officiële URL | https://chromewebstore.google.com/detail/wolverify/mcinahboloikfbneglkeakbbnfhbgpdm |
| Beschrijving | Make UMich Wolverine Access look better |
| Bestandsgrootte | 89.85 KB |
| Aantal Installaties | 25 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2020-12-14 |
| Publicatiedatum | 2019-12-28 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Sid Pagariya |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/sidpagariya/MProjects/issues |
| Ondersteunde Talen | 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
} | |