I'm building a chrome extension and that includes the following scenario in order to achieve my goal.
- I want to send info from devtools.js to content script even the DevTools is close or not open. Is it possible?! Because in the documentation, devtools.html or any script attached to it are called or executed when the DevTools is opened.
- How to access Console Tab, Network Tab and other tabs then pass the information to the content script?
Is there a way to achieve these two points?