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ファイルをダウンロード
VTOP Beta Auto Captcha拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } ] } |