Is this possible?

Hi everyone

I’m new to the forum, so hopefully I’m posting in the correct spot.

I’d like to create a webextension for use in my day to day job and also for my customers to use, from research I’ve done, I believe that what I want to do is viable via webextensions but before going down the rabbit hole I’d just like to get confirmation.

the idea is for the webextenstion to read a file of URLS and create a get request for each url, which will be sent to a proxy for processing, basically url filtering, then have the extension display the results(these will be returned in http headers) returned by the proxy and finally have the option to save the results to an csv or a text file.

From what I’ve seen this should be doable. anything I’ve missed that could kill this project on the head?

Any thoughts? Anyone?

Depending on the URLs that should also be possible with just a website.

thanks, for the feedback, I think it is doable as well :slight_smile: