A chrome extension to manage browser cookies.
It also displays the total number of cookies present in your browser at the top.
Check the screenshots of UI here
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.
Are you looking for something that can clear all your cookies in one go? Check this!
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
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
Feel free to ask me, if you need any help.