VTOP 2.0 for VIT Bhopal

The VTOP that you dreamed for

VTOP 2.0 for VIT Bhopalคืออะไร?

VTOP 2.0 for VIT Bhopal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sahil & Atul และคุณลักษณะหลักของมันคือ "The VTOP that you dreamed for"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VTOP 2.0 for VIT Bhopal

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            ]
        }
    ]
}