Cookies

import or export cookies as json file

"Cookies" are small files containing data that a website sends and stores on a user's computer or device through a web browser when they access that website.

Cookies are commonly used to track information about user activity and provide some features for the online experience.

I. Import Cookies:

  • Import cookies in JSON format when initializing a profile.

  • Note: JSON can be saved in a txt file, notepad.

II. Export Cookies

  • Export cookiesin JSON format by clicking on the three dots of the profile you want to export and selecting "Export cookies."

  • Note: The exported file will be saved as json.txt.

Last updated