Steam Linkfilter Skipper

Steam Linkfilter Skipper

Skips the annoying 'You are leaving Steam' notice when you click on a link in Steam chat.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Steam Linkfilter Skipper",
  "description": "Skips the annoying 'You are leaving Steam' notice when you click on a link in Steam chat.",
  "manifest_version": 2,
  "version": "1.0.2resigned1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "*://*.steamcommunity.com/linkfilter/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "icons": {
    "48": "icons/logo48.png",
    "96": "icons/logo96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{86e7565c-e56f-40ed-9ddd-a36bb042bf14}"
    }
  }
}