Wolverify
Make UMich Wolverine Access look better
ما هو Wolverify؟
Wolverify هو إضافة Chrome تم تطويرها بواسطة Sid Pagariya، والميزة الرئيسية لها هي "Make UMich Wolverine Access look better".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wolverify
قم بتنزيل ملفات الامتداد Wolverify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | 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 } |