DVSA Booking Helper

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

Co je DVSA Booking Helper?

DVSA Booking Helper je rozšíření Chrome vyvinuté dvsaautobook, a jeho hlavní funkcí je „This extension helps rapidly identify and select bookings for DVSA tests.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření DVSA Booking Helper

Stáhněte si soubory rozšíření DVSA Booking Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název DVSA Booking Helper DVSA Booking Helper
ID imkoclipaepbamkaicinkigpofinbdid
Oficiální URL https://chromewebstore.google.com/detail/dvsa-booking-helper/imkoclipaepbamkaicinkigpofinbdid
Popis This extension helps rapidly identify and select bookings for DVSA tests.
Velikost souboru 2.03 MB
Počet instalací 2,242
Aktuální Verze 1.1.0
Poslední Aktualizace 2023-10-08
Datum Vydání 2023-08-16
Hodnocení 5.00/5 Celkem 26 Hodnocení
Vývojář dvsaautobook
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}