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

擴展基本資訊

名稱 VTOP Beta Auto Captcha VTOP Beta Auto Captcha
ID chkhokedgdiifpnjpfmhbnnoicdecjha
官方網址 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"
            ]
        }
    ]
}