VTOP Beta Auto Captcha
Generates auto captcha for the new vtop site
Apa itu VTOP Beta Auto Captcha?
VTOP Beta Auto Captcha adalah ekstensi Chrome yang dikembangkan oleh kesh.howzat, dan fitur utamanya adalah "Generates auto captcha for the new vtop site".
Unduh Berkas CRX Ekstensi VTOP Beta Auto Captcha
Unduh file ekstensi VTOP Beta Auto Captcha dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This generates auto captcha for the vtop beta for VIT students for the new beta version of the Vtop website. For any queries send a mail to [email protected].
Informasi Dasar Ekstensi
Nama | |
ID | chkhokedgdiifpnjpfmhbnnoicdecjha |
URL Resmi | https://chrome.google.com/webstore/detail/vtop-beta-auto-captcha/chkhokedgdiifpnjpfmhbnnoicdecjha |
Deskripsi | Generates auto captcha for the new vtop site |
Ukuran File | 41.69 KB |
Jumlah Instalasi | 404 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-07-22 |
Tanggal Publikasi | 2017-07-22 |
Penilaian | 2.60/5 Total 10 Penilaian |
Pengembang | kesh.howzat |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VTOP Beta Auto Captcha", "description": "Generates auto captcha for the new vtop site", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "background": { "scripts": [ "background.js" ] }, "icons": { "64": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/vtopbeta.vit.ac.in\/vtop\/*" ], "js": [ "route.js" ] } ] } |