MILK — Cookie Manager

Cookie's best friend! Modern cookie manager.

MILK — Cookie Manager là gì?

MILK — Cookie Manager là một tiện ích mở rộng Chrome được phát triển bởi Rafael Grigorian, và tính năng chính của nó là "Cookie's best friend! Modern cookie manager.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MILK — Cookie Manager

Tải xuống các tệp mở rộng MILK — Cookie Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MILK — Cookie Manager MILK — Cookie Manager
ID haipckejfdppjfblgondaakgckohcihp
URL Chính Thức https://chromewebstore.google.com/detail/milk-%E2%80%94-cookie-manager/haipckejfdppjfblgondaakgckohcihp
Mô tả Cookie's best friend! Modern cookie manager.
Kích Thước Tệp 705 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 2.4.0
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2020-02-02
Đánh Giá 4.91/5 Tổng số 22 Đánh Giá
Nhà Phát Triển Rafael Grigorian
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/null93/milk-cookie-manager
URL Trang Trợ Giúp https://github.com/null93/milk-cookie-manager/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}