JavaScript: "Denying load of chrome-extension.." when using Chrome

Problem:  errors like 'Denying load of chrome-extension://<extension id>/<path to file>. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension' are logged when debugging web application in Chrome

Possible reason: you might have other Chrome extensions installed that try to interact with JetBrains IDE Support extension used for debugging/Live Edit

Solution: search for <extension id> in chrome://extensions/ and try disabling it

8 out of 16 found this helpful
3 comments
Avatar
Permanently deleted user

In order to see the id, you need to checkmark the "[ ] Developer Mode" checkbox in the top right.

In my case Skype Click to Call was the culprit.

1

Is there any way to simply have phpstorm javascript debug SKIP any element that starts with chrome?

I tried setting 'chrome*' as do not step into in Build,Execution,Deployment>Debugger>Stepping but javascript debug is still stepping into every single bit of js code injected by my plugins..

I'm using LiveEdit and JetBrains IDE plugin but it still seems like there should be a simple way to not step into any code injected by Chrome Extensions,,

Do I really have to disable every single Chrome extension to do JS debug?

0

Obrigada, meu navegador estava cheio de erros, já não sabia o que fazer. Era alguma extensão do Chrome mesmo.

1

Please sign in to leave a comment.

Have more questions?

Submit a request