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
Eメール [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
}