Enhancer for VIT Vellore Academics

Easier and user-friendly vtop

Τι είναι το Enhancer for VIT Vellore Academics;

Το Enhancer for VIT Vellore Academics είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Priyansh Jain, και η κύρια λειτουργία του είναι "Easier and user-friendly vtop".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Enhancer for VIT Vellore Academics

Λήψη αρχείων επέκτασης Enhancer for VIT Vellore Academics σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Makes changes to VIT site(vtop), with Course Page management for file renaming. Fixes multiple errors. 8 new dark themes! 

v4.0 - Updated to work for new vtop
v4.1 - Fixed Path too long
v4.2 - Added dark themes!
v4.3 - Better Marks page, credit to CallMeTarush
v4.4 - Cleaner looking themes, project page fix
v4.5 - Fix folder name for faculties in the Course Page
v4.6 - AutoCaptcha is back!
v4.7 - Fix unresponsive pages
v4.8 - Fix for download bug, credit to Swarag-N
v4.9 - Remove jquery from the codebase, credit to th3c0d3br34ker
v4.9.1 - Fix selection bug                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Enhancer for VIT Vellore Academics Enhancer for VIT Vellore Academics
ID hafeeaangmkbibcaahfjdmmmeappjbbp
Επίσημο URL https://chromewebstore.google.com/detail/enhancer-for-vit-vellore/hafeeaangmkbibcaahfjdmmmeappjbbp
Περιγραφή Easier and user-friendly vtop
Μέγεθος Αρχείου 121 KB
Αριθμός Εγκαταστάσεων 6,411
Τρέχουσα Έκδοση 4.9.1
Τελευταία Ενημέρωση 2021-10-27
Ημερομηνία Δημοσίευσης 2019-11-16
Αξιολόγηση 4.75/5 Συνολικά 60 Αξιολογήσεις
Προγραμματιστής Priyansh Jain
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://presto412.github.io/Enhancer-for-VIT-Vellore-Academics/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Presto412/Enhancer-for-VIT-Vellore-Academics
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enhancer for VIT Vellore Academics",
    "description": "Easier and user-friendly vtop",
    "version": "4.9.1",
    "author": "Priyansh Jain",
    "permissions": [
        "webRequest",
        "downloads",
        "storage",
        "declarativeContent",
        "activeTab",
        "*:\/\/vtop.vit.ac.in\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "styles\/general\/*.css",
        "styles\/font\/*.css",
        "styles\/font\/*.ttf"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vtop.vit.ac.in\/*"
            ],
            "js": [
                "bitmaps.js",
                "coursepage.js",
                "internalmarkspage.js",
                "general.js",
                "captchaparser.js",
                "utils.js"
            ]
        }
    ]
}