VTOP 2.0 for VIT Bhopal

The VTOP that you dreamed for

VTOP 2.0 for VIT Bhopal là gì?

VTOP 2.0 for VIT Bhopal là một tiện ích mở rộng Chrome được phát triển bởi Sahil & Atul, và tính năng chính của nó là "The VTOP that you dreamed for".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VTOP 2.0 for VIT Bhopal

Tải xuống các tệp mở rộng VTOP 2.0 for VIT Bhopal dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VTOP 2.0 for VIT Bhopal VTOP 2.0 for VIT Bhopal
ID dmdohjmncfnhndjkhdffbidhaamaidgn
URL Chính Thức https://chromewebstore.google.com/detail/vtop-20-for-vit-bhopal/dmdohjmncfnhndjkhdffbidhaamaidgn
Mô tả The VTOP that you dreamed for
Kích Thước Tệp 221 KB
Số Lần Cài Đặt 1,243
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2021-09-08
Ngày Phát Hành 2021-09-08
Đánh Giá 4.81/5 Tổng số 21 Đánh Giá
Nhà Phát Triển Sahil & Atul
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://unexpected-echium-3f5.notion.site/Privacy-Policy-d1e8948443d147f3a9c0135e6f5ba1b0
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}