I've noticed that, if I have multiple Chrome tabs open and restart the browser, the tabs are still open. This suggests that the tab info is stored on the hard drive somewhere. Where is this information?
Asked
Active
Viewed 421 times
1
-
1Related/possible dupe: How can I export the list of open Chrome tabs?. Some of the answers also mentioned the location. – Andrew T. Jun 16 '23 at 02:30
1 Answers
1
The information is found in /data/data/com.android.chrome/app_tabs
. On my phone, with two tabs open, I see
0/
tab17
tab20
tab_state0
You can confirm this by deleting those three files and restarting the browser. The tabs will all be closed.

Daniel Walker
- 238
- 3
- 17