I am writing a chrome extension that needs to scrape the web given user input. Since JavaScript's same-origin prevents me from doing this through the content/background script, how else could it be implemented?
↧
I am writing a chrome extension that needs to scrape the web given user input. Since JavaScript's same-origin prevents me from doing this through the content/background script, how else could it be implemented?