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
What is WME PL Cleaner?
WME PL Cleaner is a Chrome extension developed by justins83.waze, and its main feature is "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".
Extension Screenshots
Download WME PL Cleaner Extension CRX File
Download WME PL Cleaner 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
Cleans the WME permalink, removing the layers identifier so when opening PLs from other editors does not use their layer settings. Also adds in the "missing" / from URLs (which causes many extension to not load correctly). If it is detected there are segments in the PL and the zoom is 0 or 1, it will automatically change to zoom 2 (the minimum zoom at which you can select segments).
Extension Basic Information
Name | WME PL Cleaner |
ID | gkeiinengpgpngiakalnpiiabdimbjbe |
Official URL | https://chromewebstore.google.com/detail/wme-pl-cleaner/gkeiinengpgpngiakalnpiiabdimbjbe |
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 |
File Size | 3.43 KB |
Installation Count | 379 |
Current Version | 2020.05.11.02 |
Last Updated | 2020-05-11 |
Publish Date | 2020-05-11 |
Rating | 5.00/5 Total 3 Ratings |
Developer | justins83.waze |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
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" ] } |