Skip to content

Kelvur/chrome-extension-move-cookies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Move Cookies Icon

Move Cookies

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.

Install

Go to Move Cookies in the Google Web Store and press "Add to Chrome".

Limitations

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.

Credits

Icons made by Freepik from www.flaticon.com

License

Move Cookies is MIT Licensed

About

Chrome Extension to copy/paste cookies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published