Intercept FTP request

Hi everyone, i would like to know if there is a way to intercept ftp requests on extensions…
Indeed i would like to intercept the the request sent when i click on a link “ftp://*****” on a web page.
The method with “webRequest.onBeforeRequest.addEventListener” seems to work only with HTTP request…