MOT History Checker

Lookup a vehicle's MOT history

What is MOT History Checker?

MOT History Checker is a Chrome extension developed by https://liprock.com, and its main feature is "Lookup a vehicle's MOT history".

Extension Screenshots

screenshot

Download MOT History Checker Extension CRX File

Download MOT History Checker 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

                        Quickly lookup a vehicle's MOT history. Simply click the extension icon, enter the vehicle registration and view the history.

7-Day Free Trial. Then £2.99 per month, cancel anytime.                    

Extension Basic Information

Name MOT History Checker MOT History Checker
ID fodbboccanmdhnffbffimpidegkogalk
Official URL https://chromewebstore.google.com/detail/mot-history-checker/fodbboccanmdhnffbffimpidegkogalk
Description Lookup a vehicle's MOT history
File Size 474 KB
Installation Count 382
Current Version 0.0.8
Last Updated 2024-01-08
Publish Date 2023-08-23
Rating 5.00/5 Total 1 Ratings
Developer https://liprock.com
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://at.liprock.com/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MOT History Checker",
    "version": "0.0.8",
    "description": "Lookup a vehicle's MOT history",
    "manifest_version": 3,
    "author": "[email protected]",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.min.js"
    },
    "permissions": [
        "storage"
    ]
}