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 |
官方URL | 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" } |