WME PL Cleaner

WME PL Cleaner

Cleans WME permalinks of layer information, sets the zoom to 2 if there are segments & zoom is 0/1, and adds the / back into the URL

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WME PL Cleaner",
  "description": "Cleans WME permalinks of layer information, sets the zoom to 2 if there are segments & zoom is 0/1, and adds the / back into the URL",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "plcleaner.js"
    ]
  },
  "version": "2020.05.11.02",
  "permissions": [
    "webRequest",
    "*://www.waze.com/editor*",
    "*://www.waze.com/*/editor*",
    "*://beta.waze.com/editor*",
    "*://beta.waze.com/*/editor*",
    "webRequestBlocking"
  ]
}