Enhancer for VIT Vellore Academics

Easier and user-friendly vtop

Enhancer for VIT Vellore Academics क्या है?

Enhancer for VIT Vellore Academics Priyansh Jain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easier and user-friendly vtop"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Enhancer for VIT Vellore Academics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}