VTOP Beta Auto Captcha

Generates auto captcha for the new vtop site

ما هو VTOP Beta Auto Captcha؟

VTOP Beta Auto Captcha هو إضافة Chrome تم تطويرها بواسطة kesh.howzat، والميزة الرئيسية لها هي "Generates auto captcha for the new vtop site".

تحميل ملف CRX للإضافة VTOP Beta Auto Captcha

قم بتنزيل ملفات الامتداد VTOP Beta Auto Captcha بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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].                    

معلومات أساسية عن التمديد

الاسم VTOP Beta Auto Captcha VTOP Beta Auto Captcha
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"
            ]
        }
    ]
}