VTOP 2.0 for VIT Bhopal

The VTOP that you dreamed for

Qu'est-ce que VTOP 2.0 for VIT Bhopal ?

VTOP 2.0 for VIT Bhopal est une extension Chrome développée par Sahil & Atul, et sa fonction principale est "The VTOP that you dreamed for".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension VTOP 2.0 for VIT Bhopal

Téléchargez les fichiers d'extension VTOP 2.0 for VIT Bhopal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom VTOP 2.0 for VIT Bhopal VTOP 2.0 for VIT Bhopal
ID dmdohjmncfnhndjkhdffbidhaamaidgn
URL Officiel https://chromewebstore.google.com/detail/vtop-20-for-vit-bhopal/dmdohjmncfnhndjkhdffbidhaamaidgn
Description The VTOP that you dreamed for
Taille du Fichier 221 KB
Nombre d'Installations 1,243
Version Actuelle 2.0
Dernière Mise à Jour 2021-09-08
Date de Publication 2021-09-08
Évaluation 4.81/5 Total 21 Évaluations
Développeur Sahil & Atul
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://unexpected-echium-3f5.notion.site/Privacy-Policy-d1e8948443d147f3a9c0135e6f5ba1b0
Langues Prises en Charge 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"
            ]
        }
    ]
}