I am trying to make a chrome extension that opens a url that prompts the user to open an external application. The chrome browser prompts the user with a confirm box(OK or Cancel). I want to disable the confirm box for that website only(for security reasons) so that it opens the application without it.
Edit: It is not exactly a confirm box. It is box that says, [Cancel] and [Open With external application].