Hello.
How can you organize the logic:
- directly: from
context_script_2.js в context_script_1.js - such as through:
xhr.open("GET", "http://site.ru/", true); - from the background.js in context_script_2.js request for receiving data, having received the data in background.js, pass in context_script_1.js. As it is, this item seems complicated.