Skip to content

AnnaelleS/Cookie-Manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookie Manager

A chrome extension to manage browser cookies manually.

Cookie Manager Chrome Extesion

What you can do with this extension?

  1. Display cookies for given url
  2. Delete all cookies present in the browser
  3. Set cookies for any domain.

It also displays the total number of cookies present in your browser at the top.

Live Demo, not Lie

Check the screenshots of UI here

Screenshot

Installation

Steps to install this extension manually :

  • Clone this repository using git clone https://github.com/vinitshahdeo/Cookie-Manager

  • Go to chrome://extensions/ and check the box for Developer mode in the top right.

  • Click the load unpacked button and select the cloned folder for this repo to install it.

  • And here, you go!

Note - Icon is taken from here.

Useful Links

Are you looking for something that can clear all your cookies in one go? Check this!

To Do

  • Setting cookies for given domain

  • Display cookies based on the filter i.e. regex(say *.github.com)

  • Delete cookies individually for the domain

  • Prompt a confirmation for Clear All Cookies

  • Refactoring of code

Wanna contribute?

Fork this on GitHub

If you want to contribute to this project and make it better, your help is most welcome. Fork it and make changes in your personal branch and send pull request to develop

Thanks!

Author

About

A chrome extension to manage browser cookies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.0%
  • HTML 30.8%
  • CSS 16.2%