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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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 DVSA Booking Helper
ID imkoclipaepbamkaicinkigpofinbdid
官方網址 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\/*"
            ]
        }
    ]
}