Cookie Editor Pro

An effective and user-friendly Cookie Editor Pro.

Cookie Editor Pro là gì?

Cookie Editor Pro là một tiện ích mở rộng Chrome được phát triển bởi https://www.downloadhub.cloud, và tính năng chính của nó là "An effective and user-friendly Cookie Editor Pro.".

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

screenshot
screenshot

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

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

                        A powerful, free, and user-friendly Visual Cookie Editor is Cookie Editor Pro. Manage all the cookies you've stored in your browser, including those from third parties. The user interface is tidy and well-structured.

Cookie Editor Pro - Few Key Features: 

1. Viewing Cookies: Users have access to a complete list of all cookies that have been saved in their browser, along with details like the name, value, domain, path, and expiration date. 

2. Editing Cookies: Users have the ability to modify the values of already-created cookies, changing the data that is stored there. 

3. Cookies can be deleted individually or in bulk by users if they no longer need them. 

4. Searching for Cookies: Users can use keywords to search for particular cookies, making it simpler for them to locate and modify or delete the cookies they want. 

Standard Features: 
+ Add a new cookie 
+ Edit a cookie properties 
+ Delete a cookie 
+ Delete all cookies at once 
+ Password protected Encrypted Storage 
+ Ability to create your own custom cookie sets 
+ Backup and Restore 
+ Export to a file 
+ Import from a file                    

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

Tên Cookie Editor Pro Cookie Editor Pro
ID jolaogceaehedihjaffjcgeajhdcjgbc
URL Chính Thức https://chromewebstore.google.com/detail/cookie-editor-pro/jolaogceaehedihjaffjcgeajhdcjgbc
Mô tả An effective and user-friendly Cookie Editor Pro.
Kích Thước Tệp 1.25 MB
Số Lần Cài Đặt 518
Phiên Bản Hiện Tại 2.0.6
Cập Nhật Lần Cuối 2023-02-12
Ngày Phát Hành 2023-02-11
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.downloadhub.cloud
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.downloadhub.cloud/2023/02/cookie.html
URL Trang Chính Sách Bảo Mật https://www.downloadhub.cloud/p/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en,en-GB,en-US,pt-BR,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/icon-128.png",
            "32": "data\/icons\/icon-32.png",
            "38": "data\/icons\/icon-38.png",
            "512": "data\/icons\/icon-512.png",
            "64": "data\/icons\/icon-64.png"
        },
        "default_title": "__MSG_extTitle__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/02\/cookie.html",
    "icons": {
        "128": "data\/icons\/icon-128.png",
        "32": "data\/icons\/icon-32.png",
        "38": "data\/icons\/icon-38.png",
        "512": "data\/icons\/icon-512.png",
        "64": "data\/icons\/icon-64.png"
    },
    "content_security_policy": {
        "script-src": "self unsafe-eval",
        "unsafe-eval": "object-src self",
        "unsafe-inline": "self"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/manager.html"
    },
    "permissions": [
        "cookies",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "version": "2.0.6"
}