Cowin Booking

Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha

What is Cowin Booking?

Cowin Booking is a Chrome extension developed by muthali ganesh, and its main feature is "Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha".

Extension Screenshots

screenshot

Download Cowin Booking Extension CRX File

Download Cowin Booking extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Automatically books cowin vaccination appointment quickly and automatically                    

Extension Basic Information

Name Cowin Booking Cowin Booking
ID hpkpbfeihkdokkifjnfomcpjldjfpmig
Official URL https://chromewebstore.google.com/detail/cowin-booking/hpkpbfeihkdokkifjnfomcpjldjfpmig
Description Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha
File Size 100 KB
Installation Count 25,128
Current Version 4.1.2
Last Updated 2021-06-08
Publish Date 2021-06-03
Rating 4.45/5 Total 53 Ratings
Developer muthali ganesh
Email [email protected]
Payment Type free
Extension Website https://www.aozata.com
Help Page URL https://www.aozata.com/quickest-way-to-book-vaccine-slot-on-cowin-website/
Privacy Policy Page URL https://aozata.com/aozata-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cowin Booking",
    "description": "Extension to automatically fill data on cowin portal to speed up covid vaccine slot booking including captcha",
    "version": "4.1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/selfregistration.cowin.gov.in\/*"
            ],
            "js": [
                "jquery.min.js",
                "bootstrap.min.js",
                "model.js",
                "form.js",
                "contentScript.js",
                "captcha-dispatch-event.js",
                "shortcut.js",
                "sessionexp.js"
            ],
            "css": [
                "bootstrap.min.css",
                "custom.css"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}