Motorwatch - car price tracker

Motorwatch - car and bike price tracker AutoTrader, Pistonheads, Cazoo and MCN

Что такое Motorwatch - car price tracker?

Motorwatch - car price tracker - это расширение Chrome, разработанное https://motorwatch.co.uk, и его основная функция - "Motorwatch - car and bike price tracker AutoTrader, Pistonheads, Cazoo and MCN".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Motorwatch - car price tracker

Скачайте файлы расширений Motorwatch - car price tracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        **NOW SUPPORTS THE BRAVE BROWSER, EDGE AND ALL OTHER MAJOR BROWERS**

✅ Track vehicle prices on the following sites:
  - Autotrader UK for cars, vans, bikes, motorhomes, caravans, trucks, farm and plant search results and adverts. 🚗 🏍️ 🚐
  - Pistonheads search results and adverts. 🚗 🏍️ 🚐
  - Cazoo search results and adverts. 🚗
  - MCN (Motorcycle News) results and adverts 🏍️
  - And many other others - check out our Discord for more details 🚗 🏍️ 🚐

💰 Get a major edge when haggling the price of a vehicle! With percentage and price changes displayed 

🚀 More than 2+ million unique vehicles tracked and nearly 4.5 million price point across cars, bikes, vans etc.

📈 Prices are added by users of the extension and we regularly verify them for updates, ensuring that any user with the extension sees the latest prices in their search results. 

✅ MOT checker integrated into the extension popup

🔒 No need to provide any personal information or turn on Chrome Sync. Your privacy is important to us. 

🧑‍💻 Supporting you all the way via Web Store, website or Discord channel

🤝 Trust: we will never remove bad reviews about our Chrome Extension (unless justified or abusive) as we want to build trust with our users (and potential new users) and not make out we're all perfect (but we try 😁)                    

Основная информация о расширении

Название Motorwatch - car price tracker Motorwatch - car price tracker
ID cmihhekbihecfajbiokajdiajnffdfpn
Официальный URL https://chromewebstore.google.com/detail/motorwatch-car-price-trac/cmihhekbihecfajbiokajdiajnffdfpn
Описание Motorwatch - car and bike price tracker AutoTrader, Pistonheads, Cazoo and MCN
Размер файла 134 KB
Количество установок 4,000
Текущая Версия 0.5.7
Последнее Обновление 2024-02-22
Дата публикации 2023-08-21
Рейтинг 4.78/5 Всего 36 оценок
Разработчик https://motorwatch.co.uk
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.motorwatch.co.uk
URL страницы помощи https://www.motorwatch.co.uk/support
URL страницы политики конфиденциальности https://www.motorwatch.co.uk/privacy-policy
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Motorwatch - car price tracker",
    "version": "0.5.7",
    "description": "Motorwatch - car and bike price tracker AutoTrader, Pistonheads, Cazoo and MCN",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.motorwatch.co.uk\/*",
        "*:\/\/*.autotrader.co.uk\/*",
        "*:\/\/heycar.com\/uk\/autos?*",
        "*:\/\/www.motors.co.uk\/*",
        "*:\/\/www.pistonheads.com\/*",
        "*:\/\/www.cazoo.co.uk\/*",
        "*:\/\/www.gumtree.com\/search?*",
        "*:\/\/www.gumtree.com\/search*search_category=cars*",
        "*:\/\/www.gumtree.com\/search*search_category=motorbikes-scooters*",
        "*:\/\/www.gumtree.com\/cars-vans-motorbikes\/motorbikes-scooters*",
        "*:\/\/www.gumtree.com\/search*search_category=vans*",
        "*:\/\/www.gumtree.com\/cars-vans-motorbikes\/vans*",
        "*:\/\/www.gumtree.com\/search*search_category=campervans-motorhomes*",
        "*:\/\/www.gumtree.com\/cars-vans-motorbikes\/campervans-motorhomes*",
        "*:\/\/www.gumtree.com\/p\/*",
        "*:\/\/www.motorcyclenews.com\/bikes-for-sale*",
        "*:\/\/www.cinch.co.uk\/used-cars*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/motorwatch-website-favicon-color.png",
            "48": "images\/motorwatch-website-favicon-color.png",
            "128": "images\/motorwatch-website-favicon-color.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.autotrader.co.uk\/car-search*",
                "https:\/\/www.autotrader.co.uk\/van-search*",
                "https:\/\/www.autotrader.co.uk\/bike-search*",
                "https:\/\/www.autotrader.co.uk\/truck-search*",
                "https:\/\/www.autotrader.co.uk\/farm-search*",
                "https:\/\/www.autotrader.co.uk\/plant-search*",
                "https:\/\/www.autotrader.co.uk\/caravan-search*",
                "https:\/\/www.autotrader.co.uk\/motorhome-search*"
            ],
            "js": [
                "scripts\/autotrader\/content.js"
            ],
            "runat": "documnent_idle",
            "all_frames": true,
            "css": [
                "dist\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.autotrader.co.uk\/secure\/saved-adverts*"
            ],
            "js": [
                "scripts\/autotrader\/saved.js"
            ],
            "runat": "documnent_idle",
            "all_frames": true,
            "css": [
                "css\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.autotrader.co.uk\/car-details*"
            ],
            "js": [
                "scripts\/autotrader\/details.js",
                "scripts\/init.js"
            ],
            "runat": "documnent_idle",
            "all_frames": true,
            "css": [
                "dist\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/heycar.com\/uk\/autos?*"
            ],
            "js": [
                "scripts\/heycar\/content.js"
            ],
            "runat": "documnent_idle",
            "all_frames": true,
            "css": [
                "css\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.motors.co.uk\/search\/car\/*"
            ],
            "js": [
                "scripts\/motors\/content.js"
            ],
            "runat": "documnent_idle",
            "all_frames": true,
            "css": [
                "css\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.pistonheads.com\/buy\/search*"
            ],
            "js": [
                "scripts\/pistonheads\/content.js"
            ],
            "runat": "documnent_idle",
            "all_frames": true,
            "css": [
                "css\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.pistonheads.com\/buy\/listing\/*"
            ],
            "js": [
                "scripts\/pistonheads\/details.js",
                "scripts\/init.js"
            ],
            "runat": "documnent_idle",
            "all_frames": true,
            "css": [
                "dist\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.gumtree.com\/search*search_category=cars*",
                "https:\/\/www.gumtree.com\/search*search_category=motorbikes-scooters*",
                "https:\/\/www.gumtree.com\/cars-vans-motorbikes\/motorbikes-scooters",
                "https:\/\/www.gumtree.com\/search*search_category=vans*",
                "https:\/\/www.gumtree.com\/cars-vans-motorbikes\/vans*",
                "https:\/\/www.gumtree.com\/search*search_category=campervans-motorhomes*",
                "https:\/\/www.gumtree.com\/cars-vans-motorbikes\/campervans-motorhomes*"
            ],
            "js": [
                "scripts\/gumtree\/content.js"
            ],
            "runat": "documnent_idle",
            "all_frames": true,
            "css": [
                "css\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.gumtree.com\/p\/*"
            ],
            "js": [
                "scripts\/gumtree\/details.js",
                "scripts\/init.js"
            ],
            "runat": "documnent_idle",
            "all_frames": true,
            "css": [
                "dist\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.motorcyclenews.com\/bikes-for-sale\/*\/?*"
            ],
            "js": [
                "scripts\/mcn\/content.js"
            ],
            "runat": "documnent_idle",
            "all_frames": true,
            "css": [
                "css\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.motorcyclenews.com\/bikes-for-sale\/*\/*\/*\/"
            ],
            "js": [
                "scripts\/mcn\/details.js",
                "scripts\/init.js"
            ],
            "runat": "documnent_idle",
            "all_frames": true,
            "css": [
                "css\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.cazoo.co.uk\/cars\/*"
            ],
            "js": [
                "scripts\/cazoo\/content.js"
            ],
            "runat": "documnent_idle",
            "all_frames": true,
            "css": [
                "css\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.cazoo.co.uk\/car-details\/*"
            ],
            "js": [
                "scripts\/cazoo\/details.js",
                "scripts\/init.js"
            ],
            "runat": "documnent_idle",
            "all_frames": true,
            "css": [
                "dist\/styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.cinch.co.uk\/used-cars*"
            ],
            "js": [
                "scripts\/cinch\/content.js"
            ],
            "runat": "documnent_idle",
            "all_frames": true,
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/motorwatch-website-favicon-color.png",
        "48": "images\/motorwatch-website-favicon-color.png",
        "128": "images\/motorwatch-website-favicon-color.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/motorwatch-website-favicon-color.png",
                "images\/motorwatch-logo.png",
                "images\/motorwatch-logo-black-145.png",
                "images\/vrm-input-icon.svg",
                "images\/MotorlyCarFinanceLg.png",
                "images\/motorly-small.png"
            ]
        }
    ]
}