VTOP 2.0 for VIT Bhopal
The VTOP that you dreamed for
什么是VTOP 2.0 for VIT Bhopal?
VTOP 2.0 for VIT Bhopal是由Sahil & Atul开发的Chrome扩展程序,该扩展的主要功能是“The VTOP that you dreamed for”。
扩展截图
下载VTOP 2.0 for VIT Bhopal扩展crx文件
下载VTOP 2.0 for VIT Bhopal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | dmdohjmncfnhndjkhdffbidhaamaidgn |
官方URL | https://chromewebstore.google.com/detail/vtop-20-for-vit-bhopal/dmdohjmncfnhndjkhdffbidhaamaidgn |
简介 | The VTOP that you dreamed for |
文件大小 | 221 KB |
安装次数 | 1,243 |
当前版本 | 2.0 |
更新时间 | 2021-09-08 |
上架时间 | 2021-09-08 |
评分 | 4.81/5 共21次评分 |
开发者 | Sahil & Atul |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://unexpected-echium-3f5.notion.site/Privacy-Policy-d1e8948443d147f3a9c0135e6f5ba1b0 |
支持的语言 | 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" ] } ] } |