Wolverify

Make UMich Wolverine Access look better

Что такое Wolverify?

Wolverify - это расширение Chrome, разработанное Sid Pagariya, и его основная функция - "Make UMich Wolverine Access look better".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Wolverify

Скачайте файлы расширений Wolverify в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Wolverify Wolverify
ID mcinahboloikfbneglkeakbbnfhbgpdm
Официальный URL https://chromewebstore.google.com/detail/wolverify/mcinahboloikfbneglkeakbbnfhbgpdm
Описание Make UMich Wolverine Access look better
Размер файла 89.85 KB
Количество установок 25
Текущая Версия 1.1.1
Последнее Обновление 2020-12-14
Дата публикации 2019-12-28
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Sid Pagariya
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/sidpagariya/MProjects/issues
Поддерживаемые языки 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
}