DVSA Booking Helper
This extension helps rapidly identify and select bookings for DVSA tests.
Что такое DVSA Booking Helper?
DVSA Booking Helper - это расширение Chrome, разработанное dvsaautobook, и его основная функция - "This extension helps rapidly identify and select bookings for DVSA tests.".
Снимки экрана расширения
Скачать файл CRX расширения DVSA Booking Helper
Скачайте файлы расширений DVSA Booking Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | DVSA Booking Helper |
ID | imkoclipaepbamkaicinkigpofinbdid |
Официальный URL | https://chromewebstore.google.com/detail/dvsa-booking-helper/imkoclipaepbamkaicinkigpofinbdid |
Описание | This extension helps rapidly identify and select bookings for DVSA tests. |
Размер файла | 2.03 MB |
Количество установок | 2,242 |
Текущая Версия | 1.1.0 |
Последнее Обновление | 2023-10-08 |
Дата публикации | 2023-08-16 |
Рейтинг | 5.00/5 Всего 26 оценок |
Разработчик | dvsaautobook |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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\/*" ] } ] } |