Motorwatch - car price tracker

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

Co to jest Motorwatch - car price tracker?

Motorwatch - car price tracker to rozszerzenie Chrome opracowane przez https://motorwatch.co.uk, a jego główną funkcją jest „Motorwatch - car and bike price tracker AutoTrader, Pistonheads, Cazoo and MCN”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Motorwatch - car price tracker

Pobierz pliki rozszerzeń Motorwatch - car price tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        **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 😁)                    

Podstawowe informacje o rozszerzeniu

Nazwa Motorwatch - car price tracker Motorwatch - car price tracker
ID cmihhekbihecfajbiokajdiajnffdfpn
Oficjalny URL https://chromewebstore.google.com/detail/motorwatch-car-price-trac/cmihhekbihecfajbiokajdiajnffdfpn
Opis Motorwatch - car and bike price tracker AutoTrader, Pistonheads, Cazoo and MCN
Rozmiar pliku 134 KB
Liczba instalacji 4,000
Aktualna Wersja 0.5.7
Ostatnia Aktualizacja 2024-02-22
Data Publikacji 2023-08-21
Ocena 4.78/5 Łącznie 36 Oceny
Deweloper https://motorwatch.co.uk
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.motorwatch.co.uk
Adres URL Strony Pomocy https://www.motorwatch.co.uk/support
Adres URL Strony Polityki Prywatności https://www.motorwatch.co.uk/privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}