DVSA Booking Helper
This extension helps rapidly identify and select bookings for DVSA tests.
What is DVSA Booking Helper?
DVSA Booking Helper is a Chrome extension developed by dvsaautobook, and its main feature is "This extension helps rapidly identify and select bookings for DVSA tests.".
Extension Screenshots
Download DVSA Booking Helper Extension CRX File
Download DVSA Booking Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | DVSA Booking Helper |
ID | imkoclipaepbamkaicinkigpofinbdid |
Official URL | https://chromewebstore.google.com/detail/dvsa-booking-helper/imkoclipaepbamkaicinkigpofinbdid |
Description | This extension helps rapidly identify and select bookings for DVSA tests. |
File Size | 2.03 MB |
Installation Count | 2,242 |
Current Version | 1.1.0 |
Last Updated | 2023-10-08 |
Publish Date | 2023-08-16 |
Rating | 5.00/5 Total 26 Ratings |
Developer | dvsaautobook |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |