VTOP Beta Auto Captcha

Generates auto captcha for the new vtop site

VTOP Beta Auto Captcha là gì?

VTOP Beta Auto Captcha là một tiện ích mở rộng Chrome được phát triển bởi kesh.howzat, và tính năng chính của nó là "Generates auto captcha for the new vtop site".

Tải xuống tệp CRX của tiện ích mở rộng VTOP Beta Auto Captcha

Tải xuống các tệp mở rộng VTOP Beta Auto Captcha dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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].                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VTOP Beta Auto Captcha VTOP Beta Auto Captcha
ID chkhokedgdiifpnjpfmhbnnoicdecjha
URL Chính Thức https://chrome.google.com/webstore/detail/vtop-beta-auto-captcha/chkhokedgdiifpnjpfmhbnnoicdecjha
Mô tả Generates auto captcha for the new vtop site
Kích Thước Tệp 41.69 KB
Số Lần Cài Đặt 404
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-07-22
Ngày Phát Hành 2017-07-22
Đánh Giá 2.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển kesh.howzat
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}