

For instance, when you are shopping online, you add items to your cart and explore the website. Though not all the cookies are bad, there are some cookies that will keep a track of your activities and visits for improving the user experience. The options page accepts the exported JSON format, but the popup interface accepts both TEXT and JSON formats.Ĭookies are essential for making browsing and navigating a website easy and convenient. If you need to import cookies for different domains, use the options page. This is usuful to import a few domain-specific cookies. Note that the import button only imports cookies to a specific domain and all these new cookie entries need to be manually saved by pressing the "Save" button when the cookie is selected. Press the Shift key while clicking the "New / Import" button on a domain section and import cookies for this domain. As of version 0.1.4, you can import these cookies from the popup interface.

Use the options page of the extension to import this JSON file. If you need to use these cookies with Wget or Curl command-line utilities, you can press the Shift key while exporting to generate the text version of cookies that is compatible with these command-line tools.
Google chrome cookie viewer extension download#
You can press this button to export cookies in the JSON format (the file will be located in the default download directory of your browser). The "Export" button appears in the toolbar area. In the editor (popup interface), select those cookies that you need to be exported. For an example, see Injecting a Content Script.Can I use this extension to import or export cookies? Like a content script, a DevTools page can communicate with the background page using Message Passing. It has access to the same subset of the extension and runtime APIs that a content script has access to. The DevTools page cannot use most of the extensions APIs directly. Extend the Recorder panel using the devtools.recorder APIs (preview feature).


Google chrome cookie viewer extension code#
