Error 400 on js and css files of the extension

Ensure that all of the links to your JS and CSS files are relative, and not absolute.

For example, if your HTML file has a JS file with a src /main.js, that’s an absolute path and will not work, and would either need to be main.js, or ./main.js. The same goes for all links to other files.