All activity
alexgrauleft a comment
I've downloaded your Chrome Extension and examined your source code. First you save the user e-mail in a variable: var user_email; chrome.identity.getProfileUserInfo(function(userInfo) { user_email = userInfo.email; }); And ... on the first submit, you send this mail to your servers: $.post("https://emailmatcher.com/find", { domain: domain, name: name, user_email: user_email }); IMHO, it's not...
EmailMatcherFind anyone's email address in a matter of seconds, for free

