DVSA Booking Helper
This extension helps rapidly identify and select bookings for DVSA tests.
Apa itu DVSA Booking Helper?
DVSA Booking Helper adalah ekstensi Chrome yang dikembangkan oleh dvsaautobook, dan fitur utamanya adalah "This extension helps rapidly identify and select bookings for DVSA tests.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DVSA Booking Helper
Unduh file ekstensi DVSA Booking Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | DVSA Booking Helper |
ID | imkoclipaepbamkaicinkigpofinbdid |
URL Resmi | https://chromewebstore.google.com/detail/dvsa-booking-helper/imkoclipaepbamkaicinkigpofinbdid |
Deskripsi | This extension helps rapidly identify and select bookings for DVSA tests. |
Ukuran File | 2.03 MB |
Jumlah Instalasi | 2,242 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2023-10-08 |
Tanggal Publikasi | 2023-08-16 |
Penilaian | 5.00/5 Total 26 Penilaian |
Pengembang | dvsaautobook |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |