LMUR

Overlays UR and problem markers onto Livemap

What is LMUR?

LMUR is a Chrome extension developed by chriscoulson0511, and its main feature is "Overlays UR and problem markers onto Livemap".

Extension Screenshots

screenshot

Download LMUR Extension CRX File

Download LMUR 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

                        Add-on for the Waze Livemap to show UR and map problem markers.  The markers shown on the map can be selected using similar filtering options as found in my UROverview WME add-on.                    

Extension Basic Information

Name LMUR LMUR
ID ofjdjffkbglgpdikoofpkeniefljookp
Official URL https://chromewebstore.google.com/detail/lmur/ofjdjffkbglgpdikoofpkeniefljookp
Description Overlays UR and problem markers onto Livemap
File Size 20.29 KB
Installation Count 589
Current Version 2.27
Last Updated 2018-12-29
Publish Date 2018-12-28
Rating 4.71/5 Total 7 Ratings
Developer chriscoulson0511
Payment Type free
Help Page URL https://www.waze.com/forum/viewtopic.php?f=819&t=29381
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LMUR",
    "version": "2.27",
    "description": "Overlays UR and problem markers onto Livemap",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.waze.com\/*livemap*",
                "http:\/\/*.waze.com\/*livemap*"
            ],
            "js": [
                "bootstrap.user.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.waze.com\/*livemap*",
        "http:\/\/*.waze.com\/*livemap*"
    ],
    "web_accessible_resources": [
        "LMUR.2.27.user.js"
    ]
}