Injecting image to browser pages

ASP.NET
In this project I have succeded injecting a DLL module into the Chrome ( and other browsers ).
The DLL is written in C++ and is getting inside the Chrome process memory address
From inside it can control the target application behviour and appearance.
In the first sample, I'm adding a layer ontop of the Browser ui.
Listening to the browser events from outside (without using any extension)
Getting the keyword from the address bar - And adding the exact location and size availabe
After that, Creating a child window with the details and frames inside.

Video Samples:




Targeted Google Results
3 samples of adding your brand intoGoogle search result.
Operate into IE+CR HTTP and HTTPS websites

Code from the injector

ASP.NET