US Visa Slot Finder

Searches a slot for you! Make your life easy!!!

Cos'è US Visa Slot Finder?

US Visa Slot Finder è un'estensione di Chrome sviluppata da weheardyou7, e la sua funzione principale è "Searches a slot for you! Make your life easy!!!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione US Visa Slot Finder

Scarica i file di estensione US Visa Slot Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome US Visa Slot Finder US Visa Slot Finder
ID kfnfjifmokgpbjgmbckdhnjphhaefdoh
URL Ufficiale https://chromewebstore.google.com/detail/us-visa-slot-finder/kfnfjifmokgpbjgmbckdhnjphhaefdoh
Descrizione Searches a slot for you! Make your life easy!!!
Dimensione del File 1.44 MB
Conteggio Installazioni 289
Versione Corrente 1.0
Ultimo Aggiornamento 2022-07-10
Data di Pubblicazione 2022-07-10
Sviluppatore weheardyou7
Email [email protected]
Tipo di Pagamento in_app
Lingue Supportate 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"
}