DVSA Booking Helper

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

Co to jest DVSA Booking Helper?

DVSA Booking Helper to rozszerzenie Chrome opracowane przez dvsaautobook, a jego główną funkcją jest „This extension helps rapidly identify and select bookings for DVSA tests.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia DVSA Booking Helper

Pobierz pliki rozszerzeń DVSA Booking Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa DVSA Booking Helper DVSA Booking Helper
ID imkoclipaepbamkaicinkigpofinbdid
Oficjalny URL https://chromewebstore.google.com/detail/dvsa-booking-helper/imkoclipaepbamkaicinkigpofinbdid
Opis This extension helps rapidly identify and select bookings for DVSA tests.
Rozmiar pliku 2.03 MB
Liczba instalacji 2,242
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2023-10-08
Data Publikacji 2023-08-16
Ocena 5.00/5 Łącznie 26 Oceny
Deweloper dvsaautobook
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}