hello, is there any way to access the methods or variables of another third-party extension (I suppose these are declared in its content script)?
I want to modify the behavior of a third party extension and it would be easier for me to access its variables or methods, and make small changes to it, or call methods from my extension,than scraping the HTML it adds to the web, or doing everything from scratch
Thanks