EXP Cookies Tool

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

What is EXP Cookies Tool?

EXP Cookies Tool is a Chrome extension developed by Nic4Love, and its main feature is "This extension help the user can export the browser cookies to file and import the cookies from file".

Extension Screenshots

screenshot

Download EXP Cookies Tool Extension CRX File

Download EXP Cookies Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name EXP Cookies Tool EXP Cookies Tool
ID gdbkinfablggfijnkinojceealciloeg
Official URL https://chromewebstore.google.com/detail/exp-cookies-tool/gdbkinfablggfijnkinojceealciloeg
Description This extension help the user can export the browser cookies to file and import the cookies from file
File Size 391 KB
Installation Count 466
Current Version 1.0.5
Last Updated 2023-06-06
Publish Date 2021-11-16
Rating 5.00/5 Total 1 Ratings
Developer Nic4Love
Email [email protected]
Payment Type free
Privacy Policy Page URL https://efs.teamexp.net/policy
Supported Languages 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
}