DevTools failed to parse SourceMap: chrome-extension

For me it was the McAffee Web Advisor Chrome extension - removed and messages gone :)


I had this problem with the LastPass browser extension. I proved my theory by disabling LastPass and reloading the site in question - the warnings were gone!

I really didn't want to disable the JavaScript and CSS source maps so I have made the following change below:

Pending an update from the LastPass that addresses the issue, I have temporarily fixed this by changing one of the settings in the Extension settings for LastPass.

I had this setting previously set to On all sites, which was injecting the LastPass code on all sites blindly. With this change you need to right click on the Username/Password box to enable last pass, but on the plus side there are no warnings in the console anymore.

I consider this a temporary workaround until either Google or LastPass fix the issue.


EDIT: There is also a checkbox in the settings dialogue for the Console tab itself called Selected context only. Ticking this will remove the warnings and errors from Chrome extensions. Note this setting is not persisted - you'll have to click it each time you open the Dev Tools.

Screenshot of the Console settings panel


I've just used Chrome Console Filter -chrome-extension. I see everything except chrome-extension output.

Chrome Console Filter