> ## Content Index
> Fetch the complete content index at: https://kudithipudi.org/llms.txt
> Use this file to discover other available public pages before exploring further.

# HOW TO : Add cookies in Google Chrome Browser without a plugin/extension
- URL: https://kudithipudi.org/how-to-add-cookies-in-chrome-without-a-pluginextension/
- Published: 2016-02-03T18:21:21.000Z
- Updated: 2016-02-03T18:21:21.000Z
- Description: Literally copying this post/note from a blog post by Nate Good http://nategood.com/quickly-add-and-edit-cookies-in-chrome If you want to inset a cookie into a website request in Google Chrome,...
- Author: admin
- Tags: HOWTO, Uncategorized, Web, howto, tips, #wp, #wp-post, #Import 2026-08-23 02:32

Literally copying this post/note from a blog post by Nate Good [http://nategood.com/quickly-add-and-edit-cookies-in-chrome](http://nategood.com/quickly-add-and-edit-cookies-in-chrome?ref=kudithipudi.org)

If you want to inset a cookie into a website request in [Google Chrome](https://www.google.com/chrome/browser?ref=kudithipudi.org), you can do it by launching developer tools (F12 in Windows) and typing the following in the console

javascript:document.cookie="myCookieName=myCookieValue"