DVSA Booking Helper
This extension helps rapidly identify and select bookings for DVSA tests.
什么是DVSA Booking Helper?
DVSA Booking Helper是由dvsaautobook开发的Chrome扩展程序,该扩展的主要功能是“This extension helps rapidly identify and select bookings for DVSA tests.”。
扩展截图
下载DVSA Booking Helper扩展crx文件
下载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\/*" ] } ] } |