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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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!                    

擴展基本資訊

名稱 VTOP 2.0 for VIT Bhopal VTOP 2.0 for VIT Bhopal
ID dmdohjmncfnhndjkhdffbidhaamaidgn
官方網址 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"
            ]
        }
    ]
}