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!!!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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"
}