Chrome cookies are small pieces of data stored by Google Chrome to maintain user preferences, login credentials, and other session information. Sometimes, due to various reasons, these cookies may get lost, and users may need to recover them. In this article, we will discuss how to recover Chrome cookies from an External Hard Drive (HD) on a Mac, specifically an old MacBook Pro.
Prerequisites
Before proceeding with the recovery process, ensure the following:
- You have a backup of your Chrome cookies on your External HD.
- Your MacBook Pro is running the latest version of macOS.
- Google Chrome is installed on your MacBook Pro.
Recovering Chrome Cookies from External HD
If you have previously backed up your Chrome cookies to an External HD, follow these steps to recover them:
Step 1: Locate the Backup File
The backup file for Chrome cookies is usually located in the following directory:
~/Library/Application Support/Google/Chrome/Default/Cookies
Copy this entire directory to your External HD.
Step 2: Restore Cookies
To restore the cookies from the External HD, follow these steps:
- Quit Google Chrome.
- Delete the existing Cookies file:
rm ~/Library/Application\ Support/Google/Chrome/Default/Cookies - Move the backup file from the External HD to the above location:
cp /Volumes/[ExternalHDName]/[BackupDirectory]/Cookies ~/Library/Application\ Support/Google/Chrome/Default/ - Restart Google Chrome.
In this article, we learned how to recover Chrome cookies from an External HD on an old MacBook Pro. By following the steps outlined above, you can easily restore your lost cookies and regain access to your preferred websites and login credentials.
References