US Visa Slot Finder
Searches a slot for you! Make your life easy!!!
什麼是US Visa Slot Finder?
US Visa Slot Finder是由weheardyou7開發的Chrome擴展程式,該擴展的主要功能是“Searches a slot for you! Make your life easy!!!”。
擴展截圖
下載US Visa Slot Finder擴展crx文件
下載US Visa Slot Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension refreshes the US VISA appointment webpage continuously searching for an appointment. Currently, it will not book the slot but will display available date as soon as they are available.
擴展基本資訊
名稱 | US Visa Slot Finder |
ID | kfnfjifmokgpbjgmbckdhnjphhaefdoh |
官方網址 | https://chromewebstore.google.com/detail/us-visa-slot-finder/kfnfjifmokgpbjgmbckdhnjphhaefdoh |
簡介 | Searches a slot for you! Make your life easy!!! |
檔案大小 | 1.44 MB |
安裝次數 | 289 |
目前版本 | 1.0 |
更新時間 | 2022-07-10 |
上架時間 | 2022-07-10 |
開發者 | weheardyou7 |
電子郵箱 | [email protected] |
付費類型 | in_app |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "US Visa Slot Finder", "short_name": "US Visa Slot Finder", "version": "1.0", "author": "Estate Bytes", "description": "Searches a slot for you! Make your life easy!!!", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" } ], "action": { "default_title": "Auto Refresher", "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "activeTab", "scripting", "storage", "tabs" ], "options_page": "options.html" } |