VTOP Beta Auto Captcha
Generates auto captcha for the new vtop site
VTOP Beta Auto Captcha란 무엇입니까?
VTOP Beta Auto Captcha은(는) kesh.howzat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generates auto captcha for the new vtop site"입니다.
VTOP Beta Auto Captcha 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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].
확장 프로그램 기본 정보
이름 | |
ID | chkhokedgdiifpnjpfmhbnnoicdecjha |
공식 URL | https://chrome.google.com/webstore/detail/vtop-beta-auto-captcha/chkhokedgdiifpnjpfmhbnnoicdecjha |
설명 | Generates auto captcha for the new vtop site |
파일 크기 | 41.69 KB |
설치 횟수 | 404 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-07-22 |
출시 날짜 | 2017-07-22 |
평점 | 2.60/5 총 10 개의 평점 |
개발자 | kesh.howzat |
결제 유형 | free |
지원되는 언어 | 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" ] } ] } |