Cowin Quick Book

Quick Book at Cowin be ahead of others

Cowin Quick Book란 무엇입니까?

Cowin Quick Book은(는) cowinquickbook에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick Book at Cowin be ahead of others"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cowin Quick Book 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        It makes Co-WIN booking at Co-WIN website easy and simple so that you can save your precious time and book free of cost.

Note: It is only for those 18+ and want FREE. Not Paid

a) Automatically fills the OTP(Android app is needed)
b) Only shows the relevant and free booking info
c) Autoclicks State/District for you( if it stops sometimes just press F5 or reload)
d) Shows only FREE slots and hides booked, and Age 45+ and paid slots
f) Show correct India time timer on all pages for your convinience

Download Auto OTP Android App:       http://bit.ly/cowin50 

It is made only for 18+ and desiring FREE slots

One day license: Rs.15                    

확장 프로그램 기본 정보

이름 Cowin Quick Book Cowin Quick Book
ID iplngloelmhigjffhhfjinpmjcdlfahd
공식 URL https://chromewebstore.google.com/detail/cowin-quick-book/iplngloelmhigjffhhfjinpmjcdlfahd
설명 Quick Book at Cowin be ahead of others
파일 크기 594 KB
설치 횟수 122
현재 버전 1.4
최근 업데이트 2021-06-22
출시 날짜 2021-06-13
평점 5.00/5 총 1 개의 평점
개발자 cowinquickbook
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://cowinquickbook.com
도움말 페이지 URL https://cowinquickbook.com/contact
개인정보 보호 정책 페이지 URL https://cowinquickbook.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cowin Quick Book",
    "options_page": "options.html",
    "description": "Quick Book at Cowin be ahead of others",
    "version": "1.4",
    "icons": {
        "16": "icons\/brt-logo16.png",
        "48": "icons\/brt-logo48.png",
        "96": "icons\/brt-logo96.png",
        "128": "icons\/brt-logo128.png"
    },
    "permissions": [
        "https:\/\/selfregistration.cowin.gov.in\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Change the Options",
        "default_popup": "options.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "https:\/\/selfregistration.cowin.gov.in\/*"
            ],
            "css": [
                "jqueryui\/jquery-ui.css",
                "js\/slidenavi\/sidenavi-right.css",
                "main.css",
                "js\/bootstrap-switch-master\/dist\/css\/bootstrap3\/bootstrap-switch.min.css",
                "js\/chosen\/chosen.min.css",
                "js\/harshen-jquery-countdownTimer\/CSS\/jquery.countdownTimer.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "jqueryui\/jquery-ui.min.js",
                "js\/chosen\/chosen.jquery.min.js",
                "js\/jquery.cookie.js",
                "jqueryui\/jquery-ui.min.js",
                "js\/slidenavi\/SideNavi.js",
                "client_server_common.js",
                "user-selections.js",
                "js\/jquery.countdown.min.js",
                "js\/bootstrap-switch-master\/dist\/js\/bootstrap-switch.min.js",
                "js\/harshen-jquery-countdownTimer\/jquery.countdownTimer.min.js",
                "common.js",
                "myscript.js",
                "injected\/catcherror.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "options.html",
        "terms.html",
        "js\/custom_injected.js",
        "injected\/injected-set-file-false.js",
        "injected\/injected1.js",
        "injected\/timer.js",
        "resource\/jquery.min.js"
    ]
}