javascriptgoogle-chromegoogle-chrome-extensiongoogle-chrome-devtoolsgoogle-chrome-app

How do you remove the errors from Chrome Extensions?


I am getting warning errors when developing Chrome extensions. Unfortunately, this would be fixed in the next release of a package I am using.

I want to disable the errors as shown in the page below in Developer Mode also. Is there any way to override this error from showing up even in Developer Mode?

PS: The screenshot is from a different extension but the principle is same.

enter image description here enter image description here


Solution

  • it's chrome.runtime.onInstalled.addListener(function callback) with capital I