DVSA Booking Helper

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

O que é DVSA Booking Helper?

DVSA Booking Helper é uma extensão do Chrome desenvolvida por dvsaautobook, e sua principal característica é "This extension helps rapidly identify and select bookings for DVSA tests.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DVSA Booking Helper

Baixe arquivos de extensão DVSA Booking Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome DVSA Booking Helper DVSA Booking Helper
ID imkoclipaepbamkaicinkigpofinbdid
URL Oficial https://chromewebstore.google.com/detail/dvsa-booking-helper/imkoclipaepbamkaicinkigpofinbdid
Descrição This extension helps rapidly identify and select bookings for DVSA tests.
Tamanho do Arquivo 2.03 MB
Contagem de Instalações 2,242
Versão Atual 1.1.0
Última Atualização 2023-10-08
Data de Publicação 2023-08-16
Classificação 5.00/5 Total de 26 Avaliações
Desenvolvedor dvsaautobook
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}