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
官方網址 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
}