I\'m trying to create a Chrome extension, but none of my JS works. The console shows this error:
Refused to load the script \'https://ajax.googleapi
According to the Chrome Extension documentation, you need to download a copy of the external resource into your package folder and load the script locally.
Loading external scripts is not allowed.