Skip to content

Tag: google-chrome-extension

‘unsafe-eval’ on chrome extension

I am trying to run the following: Which should (in theory), on page load run the loadScript.js file…. the loadScript.js file is as follows, this should append a file to the running page, not to the background page as it is at the moment: I am still a newbie to Chrome Extensions and .js so excuse me if I…