Chrome: Hide Extension Errors in JavaScript Console
Problem
Is there a way to prevent extensions from showing up in the console of the developer tools window? It's annoying to be looking for JavaScript errors and have to ignore errors that are always there. I know from this question you can use Incognito mode, but I don't want to have to develop in a separate browser window with all of the shortcomings of Incognito mode. If there isn't a good answer to this, how do I run down the offending extension, short of turning them off one at a time?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Fix for: Chrome: Hide Extension Errors in JavaScript Console
I know that this is an old question, but coming here today I found a new solution and decided to add my two cents. In the Chrome console there is a gear option on the far right. Clicking on it will reveal a few options. Make sure that you are showing only logs from , and that is selected. This will hide all errors from extensions.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix