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 |
Eメール | [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" ] } ] } |