SecondLife SLURL to Viewer URI

SecondLife SLURL to Viewer URI

This add-on transforms SecondLife SLURLs to direct SecondLife URI links, this increases your productivity since you don't have to open a new tab, click a button inside and close it. Now you just click and go to the destinations you'd like to go!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "SecondLife SLURL to Viewer URI",
  "version": "1.1",
  "description": "This add-on transforms SecondLife SLURLs to direct SecondLife URI links, this increases your productivity since you don't have to open a new tab, click a button inside and close it. Now you just click and go to the destinations you'd like to go!",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}