Cookie Manager

Manage Active Cookies

Cookie Manager là gì?

Cookie Manager là một tiện ích mở rộng Chrome được phát triển bởi https://www.xtensionizer.com, và tính năng chính của nó là "Manage Active Cookies".

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

screenshot

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

Tải xuống các tệp mở rộng 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

                        Cookie is a small piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing. It might be required for website or they will harmful if they are from unknown sources and collecting your personal information

We provide additional feature to delete all cookies when you close browser.

It’s lightweight, quick and easy to understand. Be organized and take control from unknown attacks.

Please rate us and give us your feedback if you need any additional feature.                    

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

Tên Cookie Manager Cookie Manager
ID mfiipmpdfdpejeenmkcaojbbkajcfkgp
URL Chính Thức https://chromewebstore.google.com/detail/cookie-manager/mfiipmpdfdpejeenmkcaojbbkajcfkgp
Mô tả Manage Active Cookies
Kích Thước Tệp 196 KB
Số Lần Cài Đặt 190
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-03-22
Ngày Phát Hành 2019-09-10
Nhà Phát Triển https://www.xtensionizer.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://xtensionizer.in/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie Manager",
    "short_name": "CookieMan",
    "version": "1.0",
    "description": "Manage Active Cookies",
    "icons": {
        "16": "images\/Icon-16.png",
        "32": "images\/Icon-32.png",
        "48": "images\/Icon-48.png",
        "64": "images\/Icon-64.png",
        "128": "images\/Icon-128.png"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/Icon-19.png",
            "38": "images\/Icon-38.png"
        },
        "default_title": "Cookie Manager",
        "default_popup": "html\/cookieManager.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}