VTOP 2.0 for VIT Bhopal
The VTOP that you dreamed for
Co to jest VTOP 2.0 for VIT Bhopal?
VTOP 2.0 for VIT Bhopal to rozszerzenie Chrome opracowane przez Sahil & Atul, a jego główną funkcją jest „The VTOP that you dreamed for”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VTOP 2.0 for VIT Bhopal
Pobierz pliki rozszerzeń VTOP 2.0 for VIT Bhopal 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
Making the whole VTOP Experience better for you VTOP 2.0 has a lot of cool features that was just missing. now VTOP(Bhopal) has multiple colour themes, including dark mode you also get automatic captcha filling, so now one less thing to worry about when logging into VTOP (but server crash still exists😂) also this is just the beginning and we have a lot more coming and we appreciate your comments and suggestions on how we can improve this!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dmdohjmncfnhndjkhdffbidhaamaidgn |
Oficjalny URL | https://chromewebstore.google.com/detail/vtop-20-for-vit-bhopal/dmdohjmncfnhndjkhdffbidhaamaidgn |
Opis | The VTOP that you dreamed for |
Rozmiar pliku | 221 KB |
Liczba instalacji | 1,243 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2021-09-08 |
Data Publikacji | 2021-09-08 |
Ocena | 4.81/5 Łącznie 21 Oceny |
Deweloper | Sahil & Atul |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://unexpected-echium-3f5.notion.site/Privacy-Policy-d1e8948443d147f3a9c0135e6f5ba1b0 |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VTOP 2.0 for VIT Bhopal", "description": "The VTOP that you dreamed for", "version": "2.0", "author": "Sahil & Atul", "permissions": [ "webRequest", "downloads", "storage", "declarativeContent", "activeTab", "*:\/\/vtop.vitbhopal.ac.in\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html", "default_icon": ".\/images\/icon.png" }, "web_accessible_resources": [ "styles\/general\/*.css", "styles\/font\/*.css", "styles\/font\/*.ttf" ], "content_scripts": [ { "matches": [ "*:\/\/vtop.vitbhopal.ac.in\/*" ], "js": [ "jquery.js", "jquery.BlockUI.js", "bitmaps.js", "coursepage.js", "internalmarkspage.js", "general.js", "captchaparser.js" ] } ] } |