WME PL-EASE

Always reload WME to permalink. Jump to permalink when pasted in address bar.

What is WME PL-EASE?

WME PL-EASE is a Chrome extension developed by MapOMatic, and its main feature is "Always reload WME to permalink. Jump to permalink when pasted in address bar.".

Download WME PL-EASE Extension CRX File

Download WME PL-EASE 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

                        WME Permalink - Extractor and Some Enhancements (WME PL-EASE)

Whenever WME refreshes, the URL will be replaced with the current permalink, to keep your place.

You can also paste a permalink in the address bar of any existing WME page and it will execute the permalink (move and select) without reloading the page.                    

Extension Basic Information

Name WME PL-EASE WME PL-EASE
ID bbadinncplajnmgifakliehpecamoobn
Official URL https://chromewebstore.google.com/detail/wme-pl-ease/bbadinncplajnmgifakliehpecamoobn
Description Always reload WME to permalink. Jump to permalink when pasted in address bar.
File Size 35.97 KB
Installation Count 26
Current Version 1.1.0
Last Updated 2017-11-07
Publish Date 2017-11-06
Developer MapOMatic
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WME PL-EASE",
    "description": "Always reload WME to permalink. Jump to permalink when pasted in address bar.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.waze.com\/*editor*"
            ],
            "exclude_matches": [
                "*:\/\/*.waze.com\/user*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.1.0",
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "tabs"
    ]
}