"Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'"."
In other words, the latest chrome extension platform V3 does not allow eval and thus can't use this great library any more.
Any solutions?