DVSA Booking Helper

This extension helps rapidly identify and select bookings for DVSA tests.

DVSA Booking Helperとは何ですか?

DVSA Booking Helperはdvsaautobookによって開発されたChromeの拡張機能で、その主な機能は「This extension helps rapidly identify and select bookings for DVSA tests.」です。

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

screenshot
screenshot
screenshot

DVSA Booking Helper拡張機能のCRXファイルをダウンロード

DVSA Booking Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension automatically scans and searches for available test dates. It runs while you watch and selects dates based on your settings. This helps you beat the bots that are scraping these sites every day delaying you from getting test dates!                    

拡張機能の基本情報

名前 DVSA Booking Helper DVSA Booking Helper
ID imkoclipaepbamkaicinkigpofinbdid
公式URL https://chromewebstore.google.com/detail/dvsa-booking-helper/imkoclipaepbamkaicinkigpofinbdid
説明 This extension helps rapidly identify and select bookings for DVSA tests.
ファイルサイズ 2.03 MB
インストール数 2,242
現在のバージョン 1.1.0
最終更新日 2023-10-08
公開日 2023-08-16
評価 5.00/5 合計 26 レビュー
開発者 dvsaautobook
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DVSA Booking Helper",
    "description": "This extension helps rapidly identify and select bookings for DVSA tests.",
    "version": "1.1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "dvsa16.png",
        "48": "dvsa48.png",
        "128": "dvsa128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "scripts\/sw-min.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/cr-min.js"
            ],
            "matches": [
                "https:\/\/driverpracticaltest.dvsa.gov.uk\/*"
            ]
        }
    ]
}