Wolverify

Make UMich Wolverine Access look better

Co to jest Wolverify?

Wolverify to rozszerzenie Chrome opracowane przez Sid Pagariya, a jego główną funkcją jest „Make UMich Wolverine Access look better”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Wolverify

Pobierz pliki rozszerzeń Wolverify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Wolverify Wolverify
ID mcinahboloikfbneglkeakbbnfhbgpdm
Oficjalny URL https://chromewebstore.google.com/detail/wolverify/mcinahboloikfbneglkeakbbnfhbgpdm
Opis Make UMich Wolverine Access look better
Rozmiar pliku 89.85 KB
Liczba instalacji 25
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2020-12-14
Data Publikacji 2019-12-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Sid Pagariya
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/sidpagariya/MProjects/issues
Obsługiwane Języki 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
}