VTOP Beta Auto Captcha
Generates auto captcha for the new vtop site
Vad är VTOP Beta Auto Captcha?
VTOP Beta Auto Captcha är en Chrome-tillägg utvecklad av kesh.howzat, och dess huvudfunktion är "Generates auto captcha for the new vtop site".
Ladda ner VTOP Beta Auto Captcha-förlängningens CRX-fil
Ladda ner VTOP Beta Auto Captcha-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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].
Grundläggande Information om Tillägg
Namn | |
ID | chkhokedgdiifpnjpfmhbnnoicdecjha |
Officiell webbadress | https://chrome.google.com/webstore/detail/vtop-beta-auto-captcha/chkhokedgdiifpnjpfmhbnnoicdecjha |
Beskrivning | Generates auto captcha for the new vtop site |
Filstorlek | 41.69 KB |
Antal Installationer | 404 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-07-22 |
Publiceringsdatum | 2017-07-22 |
Betyg | 2.60/5 Totalt 10 Betyg |
Utvecklare | kesh.howzat |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |