Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/null93/milk-cookie-manager
Cookie's best friend! Modern cookie manager.
https://github.com/null93/milk-cookie-manager
chrome-extension chrome-webstore cookie-manager material-design
Last synced: 1 day ago
JSON representation
Cookie's best friend! Modern cookie manager.
- Host: GitHub
- URL: https://github.com/null93/milk-cookie-manager
- Owner: null93
- License: mit
- Created: 2018-07-24T22:45:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T02:53:36.000Z (2 months ago)
- Last Synced: 2025-01-15T20:17:00.109Z (16 days ago)
- Topics: chrome-extension, chrome-webstore, cookie-manager, material-design
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/milk/haipckejfdppjfblgondaakgckohcihp
- Size: 9.9 MB
- Stars: 72
- Watchers: 6
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# MILK — Cookie Manager
> Cookie's best friend! Modern cookie manager.![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge&color=1A73E8)
![Version 2.6.0](https://img.shields.io/badge/Version-2.6.0-yellow.svg?style=for-the-badge&color=1A73E8)
![Chrome Users](https://img.shields.io/chrome-web-store/d/haipckejfdppjfblgondaakgckohcihp.svg?style=for-the-badge&color=1A73E8&label=chrome-users)
![Chrome Rating](https://img.shields.io/chrome-web-store/rating/haipckejfdppjfblgondaakgckohcihp.svg?style=for-the-badge&color=1A73E8&label=chrome-rating)
![Firefox Users](https://img.shields.io/amo/users/milk-cookie-manager.svg?style=for-the-badge&color=1A73E8&label=firefox-users)
![Firefox Rating](https://img.shields.io/amo/rating/milk-cookie-manager.svg?style=for-the-badge&color=1A73E8&label=firefox-rating)![screenshot](assets/images/github-banner.png)
### About
MILK is a modern cookie manager that aims to streamline the way you interact with cookies. With a modern and easy to use interface, it is easy to manage your browser's cookies. This extension comes with the following features:
- Realtime Cookie List (Updated Without Refreshing)
- Dynamically Search For Cookies
- Optionally Search Cookies With Regular Expressions
- Create, Read, Update & Delete Cookies
- Block Cookies
- Protect Cookies
- Import & Export Cookies
- Open Source Software (MIT)
- Modern UI/UX (Material Design)
- Dark / Light Theme
- Fullscreen Mode Lets You See Cookies Of Focused Tab### Officially Published On:
- [Chrome Web Store](https://chromewebstore.google.com/detail/milk-%E2%80%94-cookie-manager/haipckejfdppjfblgondaakgckohcihp)
- [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/milk-cookie-manager)
- [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/milk-%E2%80%94-cookie-manager/jlephceclngfdednjllhjmjmbcjolhhl)### Development
```shell
# Hot Reload
yarn clean
yarn install
yarn serve
```### Package Extension
```shell
# Package Extension
yarn package:chrome
yarn package:firefox
```