Move Cookies is a Chrome Extension made to copy/paste cookies between hosts. Move Cookies made use of the local storage to transport the cookies making no necessary the use of the clipboard, however when the action Copy is performed Move Cookies will copy the cookies to the clipboard also.
Go to Move Cookies in the Google Web Store and press "Add to Chrome".
The extension api provided by Chrome don't allow the programmatically creation of cookies with a prefix, cookies whose name start with __Host-
or __Secure-
in a insecure web, http://
instead of https://
. So the extension, when pasting, rename the cookies from two underscores to one underscore (Example: __Host
-> _Host
) and alert the user to edit themselves the name again.
Move Cookies is MIT Licensed