CoWIN Vaccine Booking Bot
A faster & Better way to book your vaccine slot in India
什麼是CoWIN Vaccine Booking Bot?
CoWIN Vaccine Booking Bot是由prakashaaditya18開發的Chrome擴展程式,該擴展的主要功能是“A faster & Better way to book your vaccine slot in India”。
擴展截圖
下載CoWIN Vaccine Booking Bot擴展crx文件
下載CoWIN Vaccine Booking Bot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A faster & Better way to book your vaccine slot in India. If you find this extension helpful. Please help at least 2 other People and told them to help other 2. So that it will be helpful for others for their survival in the Pandemic.
Thank You
Aaditya Prakash
SRMIST ( CSE'23 ) 擴展基本資訊
| 名稱 | |
| ID | ajjahafbjfkepefpaleijlblkopkgmgh |
| 官方網址 | https://chromewebstore.google.com/detail/cowin-vaccine-booking-bot/ajjahafbjfkepefpaleijlblkopkgmgh |
| 簡介 | A faster & Better way to book your vaccine slot in India |
| 檔案大小 | 182 KB |
| 安裝次數 | 1,221 |
| 目前版本 | 2.0 |
| 更新時間 | 2021-07-03 |
| 上架時間 | 2021-07-03 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | prakashaaditya18 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Aaditya Prakash",
"name": "CoWIN Vaccine Booking Bot",
"description": "A faster & Better way to book your vaccine slot in India",
"version": "2.0",
"manifest_version": 3,
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/favicon-16x16.png",
"32": "\/images\/favicon-32x32.png",
"48": "\/images\/favicon-32x32.png",
"128": "\/images\/favicon-128x128.png"
}
},
"icons": {
"16": "\/images\/favicon-16x16.png",
"32": "\/images\/favicon-32x32.png",
"48": "\/images\/favicon-32x32.png",
"128": "\/images\/favicon-128x128.png"
}
} | |