Wolverify

Make UMich Wolverine Access look better

Apa itu Wolverify?

Wolverify adalah ekstensi Chrome yang dikembangkan oleh Sid Pagariya, dan fitur utamanya adalah "Make UMich Wolverine Access look better".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Wolverify

Unduh file ekstensi Wolverify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Wolverify Wolverify
ID mcinahboloikfbneglkeakbbnfhbgpdm
URL Resmi https://chromewebstore.google.com/detail/wolverify/mcinahboloikfbneglkeakbbnfhbgpdm
Deskripsi Make UMich Wolverine Access look better
Ukuran File 89.85 KB
Jumlah Instalasi 25
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2020-12-14
Tanggal Publikasi 2019-12-28
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Sid Pagariya
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/sidpagariya/MProjects/issues
Bahasa yang Didukung 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
}