I take the html code of the page with the plugin and send it with the form. I need to change the 'content_security_policy' part to be able to switch to v3. But it doesn't work somehow, I get jquery error every time.
chrome.tabs.executeScript(null, {
file: "source.js"
}, function() {
In this part
chrome.scripting.executeScript(null, {
file: "source.js"
}, function() {
I changed to.