EXP Cookies Tool

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

什么是EXP Cookies Tool?

EXP Cookies Tool是由Nic4Love开发的Chrome扩展程序,该扩展的主要功能是“This extension help the user can export the browser cookies to file and import the cookies from file”。

扩展截图

screenshot

下载EXP Cookies Tool扩展crx文件

下载EXP Cookies Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 EXP Cookies Tool EXP Cookies Tool
ID gdbkinfablggfijnkinojceealciloeg
官方URL https://chromewebstore.google.com/detail/exp-cookies-tool/gdbkinfablggfijnkinojceealciloeg
简介 This extension help the user can export the browser cookies to file and import the cookies from file
文件大小 391 KB
安装次数 466
当前版本 1.0.5
更新时间 2023-06-06
上架时间 2021-11-16
评分 5.00/5 共1次评分
开发者 Nic4Love
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://efs.teamexp.net/policy
支持的语言 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
}