Craptcha - VTOP Enhancer

The best VTOP Enhancer out there! (Only for VIT Bhopal Students)

Craptcha - VTOP Enhancerคืออะไร?

Craptcha - VTOP Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sannidhya.me และคุณลักษณะหลักของมันคือ "The best VTOP Enhancer out there! (Only for VIT Bhopal Students)"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Craptcha - VTOP Enhancer

ดาวน์โหลดไฟล์ส่วนขยาย Craptcha - VTOP Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Changelog:

1.0 - Initial Release for v2.vitbhopal.ac.in
1.1 - Updated the extension for the new vitbhopal.ac.in page as the  v2 version has now been Discontinued.
1.2 - Added Total Marks Enhancement to Marks Page, and an Attendance Calculator inside the attendance table. Also, slightly improved the accuracy of the Captcha Parser.


🚀 Elevate your VTOP experience with CRAPTCHA - VTOP Enhancer! 💻

📈 Unleash the full potential of VTOP with our powerful Chrome extension, designed by VIT Bhopal students for VIT Bhopal students! 💥

🤖 Tired of frustrating captcha errors? Say goodbye to them with our advanced captcha solver, ensuring a seamless and stress-free browsing experience! 🧠

🎨 Customize your VTOP interface with our incredible selection of 9 themes! Choose the look that suits your style and make VTOP truly yours. 🌈

🚀 Enhance your navigation with extra shortcut buttons on the navbar of the VTOP homepage. Access frequently used pages effortlessly, saving you time and effort! 💼

🚫 No more annoying ads! Enjoy an ad-free VTOP experience without any bloatware advertising. Focus on what matters – your academics! 🚀

🧭 Experience hassle-free navigation right from your home screen with our Navbar, providing quick access to essential VTOP pages. Streamline your online academic journey with CRAPTCHA! 💻

📥 **Download Now and Transform Your VTOP Experience!** 🚀

Find an issue with this extension? 
(https://github.com/CRAPTCHA-VITB/v2Extension/issues/new)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Craptcha - VTOP Enhancer Craptcha - VTOP Enhancer
ID jmhndicbniemaamfmdepekjaahfhmidp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/craptcha-vtop-enhancer/jmhndicbniemaamfmdepekjaahfhmidp
คำอธิบาย The best VTOP Enhancer out there! (Only for VIT Bhopal Students)
ขนาดไฟล์ 249 KB
จำนวนการติดตั้ง 130
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2023-12-17
วันที่เผยแพร่ 2023-11-15
คะแนน 4.73/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://sannidhya.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://craptcha.tech/
URL หน้านโยบายความเป็นส่วนตัว https://sannidhyadubey.notion.site/Privacy-Policy-d4c57f10f50f4b28a4710b9a4fcceee0?pvs=4
ภาษาที่รองรับ en
manifest.json
{
    "action": {
        "default_popup": "html\/popup.html"
    },
    "author": "Sannidhya Dubey",
    "background": {
        "service_worker": "service_worker\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/table.css",
                "css\/nav-custom-div.css"
            ],
            "js": [
                "js\/modules\/dom-to-image.js",
                "js\/utils\/chooseCurrentSem.js",
                "js\/timetable\/createTimeTable.js",
                "js\/timetable\/parsersTimeTable.js",
                "js\/timetable\/timetable.js",
                "js\/attendance.js",
                "js\/marks_page.js",
                "js\/captcha\/bitmaps.js",
                "js\/captcha\/captchaparser.js",
                "js\/navbarbpl.js",
                "js\/navbar.js",
                "js\/popup.js",
                "js\/general.js"
            ],
            "matches": [
                "*:\/\/*.vitbhopal.ac.in\/*"
            ]
        }
    ],
    "description": "The best VTOP Enhancer out there! (Only for VIT Bhopal Students)",
    "host_permissions": [
        "*:\/\/*.vitbhopal.ac.in\/*"
    ],
    "icons": {
        "128": "assets\/icons\/img_128.png",
        "16": "assets\/icons\/img_16.png",
        "48": "assets\/icons\/img_48.png"
    },
    "manifest_version": 3,
    "name": "Craptcha - VTOP Enhancer",
    "permissions": [
        "webRequest",
        "downloads",
        "storage",
        "tabs",
        "identity",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.vitbhopal.ac.in\/*"
            ],
            "resources": [
                "js\/captcha\/weights.json",
                "styles\/general\/*.css",
                "styles\/font\/*.css",
                "styles\/font\/*.ttf"
            ]
        }
    ]
}