MILK — Cookie Manager

Cookie's best friend! Modern cookie manager.

MILK — Cookie Manager란 무엇입니까?

MILK — Cookie Manager은(는) Rafael Grigorian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cookie's best friend! Modern cookie manager."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

MILK — Cookie Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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

If you would like to contribute to this project, please visit our Github repository at https://github.com/null93/chrome-milk.                    

확장 프로그램 기본 정보

이름 MILK — Cookie Manager MILK — Cookie Manager
ID haipckejfdppjfblgondaakgckohcihp
공식 URL https://chromewebstore.google.com/detail/milk-%E2%80%94-cookie-manager/haipckejfdppjfblgondaakgckohcihp
설명 Cookie's best friend! Modern cookie manager.
파일 크기 705 KB
설치 횟수 5,000
현재 버전 2.4.0
최근 업데이트 2024-01-22
출시 날짜 2020-02-02
평점 4.91/5 총 22 개의 평점
개발자 Rafael Grigorian
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/null93/milk-cookie-manager
도움말 페이지 URL https://github.com/null93/milk-cookie-manager/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "MILK \u2014 Cookie Manager",
    "short_name": "MILK",
    "version": "2.4.0",
    "description": "Cookie's best friend! Modern cookie manager.",
    "homepage_url": "https:\/\/github.com\/null93\/milk-cookie-manager",
    "author": "Rafael Grigorian",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "offline_enabled": true,
    "incognito": "not_allowed",
    "permissions": [
        "contextMenus",
        "cookies",
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "MILK \u2014 Cookie Manager",
        "default_icon": "icon-128.png",
        "default_popup": "index.html"
    }
}