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」です。
拡張機能のスクリーンショット
Cowin Quick Book拡張機能のCRXファイルをダウンロード
Cowin Quick Book拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |