DVSA Booking Helper

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

Cos'è DVSA Booking Helper?

DVSA Booking Helper è un'estensione di Chrome sviluppata da dvsaautobook, e la sua funzione principale è "This extension helps rapidly identify and select bookings for DVSA tests.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione DVSA Booking Helper

Scarica i file di estensione DVSA Booking Helper 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

                        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!                    

Informazioni di Base sull'Estensione

Nome DVSA Booking Helper DVSA Booking Helper
ID imkoclipaepbamkaicinkigpofinbdid
URL Ufficiale https://chromewebstore.google.com/detail/dvsa-booking-helper/imkoclipaepbamkaicinkigpofinbdid
Descrizione This extension helps rapidly identify and select bookings for DVSA tests.
Dimensione del File 2.03 MB
Conteggio Installazioni 2,242
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-10-08
Data di Pubblicazione 2023-08-16
Valutazione 5.00/5 Totale 26 Valutazioni
Sviluppatore dvsaautobook
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}