I am developing a Chrome Extension of my own, using manifest_version v2. After injecting a code from the extension directly to the context of the tab, is there a mechanism for messanging/passing arguments directly into the conext of the extension itself?
Thanks in advance!