ViBoot
Enhance your VTOP in one click
ViBootคืออะไร?
ViBoot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vitrendz.com และคุณลักษณะหลักของมันคือ "Enhance your VTOP in one click"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ViBoot
ดาวน์โหลดไฟล์ส่วนขยาย ViBoot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🚀 Get ready to say goodbye to all your VTOP struggles with ViBoot! 💻
📈 With our powerful web extension, you can enhance your VTOP experience like never before! 💥
📚 Say goodbye to the fear of getting debarred with our attendance calculator that helps you maintain a minimum 75% attendance! 🙌
📊 No more time-consuming calculations! Our extension shows you the marks you need to pass, saving you time and energy! 💡
📅 Don't forget to upload your assignments ever again! Our easy-to-use sync feature that integrates with your Google Calendar. Access it across all your devices! 💼
📆 Keep your exam time table and venue organized with our easy-to-use sync feature that integrates with your Google Calendar. Access it across all your devices! 🗓️
🧭 Navigation made easy! With our Navbar, you can access the most frequently used VTOP pages right from the home screen, saving you time and effort! 💻
💻 No more invalid captcha errors! Our extension automatically fills the captcha for you, making your experience smoother and stress-free! 🤖 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mhbflefepokengbccinkmfhokjkphbol |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/viboot/mhbflefepokengbccinkmfhokjkphbol |
| คำอธิบาย | Enhance your VTOP in one click |
| ขนาดไฟล์ | 286 KB |
| จำนวนการติดตั้ง | 31,457 |
| เวอร์ชันปัจจุบัน | 2.1.8 |
| อัปเดตครั้งล่าสุด | 2024-02-29 |
| วันที่เผยแพร่ | 2022-12-15 |
| คะแนน | 4.63/5 รวมทั้งหมด 40 คะแนน |
| ผู้พัฒนา | https://vitrendz.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://viboot.vitrendz.com/ |
| URL หน้าช่วยเหลือ | https://vitrendz.com/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://vitrendz-privacy-policy.vercel.app |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ViBoot",
"description": "Enhance your VTOP in one click",
"version": "2.1.8",
"author": "Manjunadha Abhinai (ViTrendz)",
"oauth2": {
"client_id": "208230014476-3b0u1ld7t9j08aopogkjrocbtahp1h9v.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/calendar"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiuIR0SpG9\/l9O9t5qrNIolmOarsWHgj\/+g26yA7oxAUBjvJQg73MK1TNmo1ntIFoaLpIuws8bBT8BLgf9OC5hxYiME6ivrfQ81PPdh39OiB\/u391p5uVfoSig+vBF9ky+F2aRwfjbnF8bJUnr3dmfTlMjWmK3h3WSj2e\/oCYqRlYqqyLYSVmbw2gEzYWa2KE5E32eK3OTLyPjJgeUvC111sT8dEBtp+lCub9i3AXiaOGVSZM+AJXuw8toGMhfWLqusCwEWxrmPZFnMb8OKxbl3YWeMOdOnL168VZoRIMr\/OJUbhcK6kuEGzoZ9sxUdP6eQXfFG1AbbytgjGJZs4a7QIDAQAB",
"icons": {
"16": "assets\/icons\/img_16.png",
"48": "assets\/icons\/img_48.png",
"128": "assets\/icons\/img_128.png"
},
"permissions": [
"webRequest",
"downloads",
"storage",
"tabs",
"identity",
"alarms",
"identity.email",
"notifications"
],
"host_permissions": [
"*:\/\/vtop.vit.ac.in\/*",
"*:\/\/vtopcc.vit.ac.in\/vtop\/*"
],
"background": {
"service_worker": "service_worker\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/vtop.vit.ac.in\/*",
"*:\/\/vtopcc.vit.ac.in\/vtop\/*"
],
"js": [
"js\/attendance.js",
"js\/marks_page.js",
"js\/course_page.js",
"js\/navbar.js",
"js\/da_upload.js",
"js\/captcha\/bitmaps.js",
"js\/captcha\/captchaparser.js",
"js\/exam_schedule.js",
"js\/navbarcc.js",
"js\/time_table.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.vit.ac.in\/*"
],
"resources": [
"js\/captcha\/weights.json"
]
}
],
"action": {
"default_popup": "html\/popup.html"
}
} | |