Well my question is pretty much like Proper way to listen as TCP server in Chrome extension
But the problem is that the question above was not properly answered, and the questions persists.
So, is there a way to make a Chrome App interact with a Chrome extension. The purposes are much like the question referenced above, in resume It's for building a TCP Server and manage content in a tab web page.
Well as far as I know there's no way of doing that, because Chrome App does not have access to a web page content and a Chrome Extensions are not allowed to use sockets.
So any ideas are welcome. Thanks in advance.