EXP Cookies Tool

This extension help the user can export the browser cookies to file and import the cookies from file

EXP Cookies Tool là gì?

EXP Cookies Tool là một tiện ích mở rộng Chrome được phát triển bởi Nic4Love, và tính năng chính của nó là "This extension help the user can export the browser cookies to file and import the cookies from file".

Ả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 EXP Cookies Tool

Tải xuống các tệp mở rộng EXP Cookies Tool 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 and easy-to-use EXP Cookies Tool
EXP Cookies Tool is a free, powerful and easy-to-use. Manage all your cookies stored within your browser, including 3rd party cookies. The interface is clean and well organized.

EXP Cookies Tool - Few Key Features: 

Standard Features: 
+ Export cookies
+ Import cookies
+ Delete all cookies at once 

REQUIRED PERMISSIONS:
"cookies" and "all_urls" - to query cookies for any hosts.
"tabs - to close tabs when clear all cookies                    

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

Tên EXP Cookies Tool EXP Cookies Tool
ID gdbkinfablggfijnkinojceealciloeg
URL Chính Thức https://chromewebstore.google.com/detail/exp-cookies-tool/gdbkinfablggfijnkinojceealciloeg
Mô tả This extension help the user can export the browser cookies to file and import the cookies from file
Kích Thước Tệp 391 KB
Số Lần Cài Đặt 466
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-06-06
Ngày Phát Hành 2021-11-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Nic4Love
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://efs.teamexp.net/policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EXP Cookies Tool",
    "version": "1.0.5",
    "description": "This extension help the user can export the browser cookies to file and import the cookies from file",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.min.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "ECT",
        "default_popup": "popup\/index.html",
        "default_icon": "icons\/icon128.png"
    },
    "manifest_version": 3
}