Get cookies for the specified domain and publish them to a custom endpoint.
Export cookies from your browser to a custom endpoint. This extensions is oriented to developer purposes, i.e: get your cookies for web scrappers, api calls...
You only need to specify the endpoint, the domain and the Api Key (optional) and the extension will send a request and save the data for next executions.
The format of the payload is:
[{"domain":".website.com","expirationDate":1733605690,"hostOnly":false,"httpOnly":false,"name":"CookieName","path":"/","sameSite":"lax","secure":false,"session":false,"storeId":"0","value":"CookieValue"}]