How can I view the content of cookies in Chrome?
Sophia Terry
I can only browse them and delete them. What I found online doesn't apply to my situation because my user interface is different. I'm using version 100.0.4896.75 on Ubuntu 20.04. I know that I can use the chrome devTools as a workaround but I would like to do it the other way, without having to visit each website.
12 Answers
You can visit the website you're trying to get the cookies from, then open the devtools.
Next, in the top bar, click on the "double-arrow (>>)"-icon in the band at the top of the devtools, then select "Application".
From here, you should see a "Storage" section in the right, in which you can find the "Cookies"-menu. Here you can find key-value pairs for all cookies currently accessed by the site.
Click the icon on the left side of the Omnibox and select Cookies. A dialog will appear. Navigate the tree until you find a cookie you want to see, then select it. You'll see as much of the cookie as will fit in your box.