EXP Cookies Tool

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

Wat is EXP Cookies Tool?

EXP Cookies Tool is een Chrome-extensie ontwikkeld door Nic4Love, en de belangrijkste functie is "This extension help the user can export the browser cookies to file and import the cookies from file".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EXP Cookies Tool

Download EXP Cookies Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam EXP Cookies Tool EXP Cookies Tool
ID gdbkinfablggfijnkinojceealciloeg
Officiële URL https://chromewebstore.google.com/detail/exp-cookies-tool/gdbkinfablggfijnkinojceealciloeg
Beschrijving This extension help the user can export the browser cookies to file and import the cookies from file
Bestandsgrootte 391 KB
Aantal Installaties 466
Huidige Versie 1.0.5
Laatst Bijgewerkt 2023-06-06
Publicatiedatum 2021-11-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Nic4Love
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://efs.teamexp.net/policy
Ondersteunde Talen 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
}