VTOP 2.0 for VIT Bhopal
The VTOP that you dreamed for
O que é VTOP 2.0 for VIT Bhopal?
VTOP 2.0 for VIT Bhopal é uma extensão do Chrome desenvolvida por Sahil & Atul, e sua principal característica é "The VTOP that you dreamed for".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VTOP 2.0 for VIT Bhopal
Baixe arquivos de extensão VTOP 2.0 for VIT Bhopal no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | dmdohjmncfnhndjkhdffbidhaamaidgn |
URL Oficial | https://chromewebstore.google.com/detail/vtop-20-for-vit-bhopal/dmdohjmncfnhndjkhdffbidhaamaidgn |
Descrição | The VTOP that you dreamed for |
Tamanho do Arquivo | 221 KB |
Contagem de Instalações | 1,243 |
Versão Atual | 2.0 |
Última Atualização | 2021-09-08 |
Data de Publicação | 2021-09-08 |
Classificação | 4.81/5 Total de 21 Avaliações |
Desenvolvedor | Sahil & Atul |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://unexpected-echium-3f5.notion.site/Privacy-Policy-d1e8948443d147f3a9c0135e6f5ba1b0 |
Idiomas Suportados | 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" ] } ] } |