Is it possible to make a Chromeextension, that can take Cookies from your browser, to use them for a post/get request?
Asked
Active
Viewed 39 times
1
-
[Learning about how Chrome extensions can access cookies](https://developer.chrome.com/docs/extensions/reference/cookies/) and [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch) would be a great place to start. – evelynhathaway May 30 '21 at 00:30
-
There is a pattern you can use from this post... https://stackoverflow.com/questions/1439377/access-cookies-from-google-chrome-extension – Occlumency May 30 '21 at 00:42
-
Thanks to you Guys! Will read trough that tommorow. Good night ;) – programming_for_fun May 30 '21 at 00:58