Connect android debug over wifi without any app /Connect Android Debug Wirelessly
У вашего броузера проблема в совместимости с HTML5
how to enable wireless debugging over WiFi on Android via the ADB.(Android Debug Bridge)
Commands:
to enable:
adb tcpip 5555
adb connect device-ipaddress:5555
to disable:
adb -s device-ipaddress:5555 usb