NetPipes

NetPipes

Network pipes. Connect to remote server over local port. SOCKS5 server is also supported

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NetPipes",
  "short_name": "Network pipes. Сетевые мосты",
  "sockets": {
    "udp": {
      "send": "*"
    },
    "tcp": {
      "connect": "*"
    },
    "tcpServer": {
      "listen": "*"
    }
  },
  "minimum_chrome_version": "33",
  "description": "Network pipes. Connect to remote server over local port. SOCKS5 server is also supported",
  "version": "0.5.2",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "128": "icon.png"
  }
}