javascript - is it possible to execute functions of background page on chrome tabs? -


i'm working on chrome extension needs execute functions on each tabs works on, content security policy in html5 prevents extension append needed scripts websites pinterest. because of update issues, load script website, how load script source "http://mywebsite.com/loader-script.js" , execute on each tab?

loading external scripts possible through 2 ways: loading external javascript in google chrome extension

this answer question. regards, benedikt


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -