US Visa Slot Finder
Searches a slot for you! Make your life easy!!!
What is US Visa Slot Finder?
US Visa Slot Finder is a Chrome extension developed by weheardyou7, and its main feature is "Searches a slot for you! Make your life easy!!!".
Extension Screenshots
Download US Visa Slot Finder Extension CRX File
Download US Visa Slot Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | US Visa Slot Finder |
ID | kfnfjifmokgpbjgmbckdhnjphhaefdoh |
Official URL | https://chromewebstore.google.com/detail/us-visa-slot-finder/kfnfjifmokgpbjgmbckdhnjphhaefdoh |
Description | Searches a slot for you! Make your life easy!!! |
File Size | 1.44 MB |
Installation Count | 289 |
Current Version | 1.0 |
Last Updated | 2022-07-10 |
Publish Date | 2022-07-10 |
Developer | weheardyou7 |
[email protected] | |
Payment Type | in_app |
Supported Languages | 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" } |