EXP Cookies Tool

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

Cos'è EXP Cookies Tool?

EXP Cookies Tool è un'estensione di Chrome sviluppata da EXP, e la sua funzione principale è "This extension help the user can export the browser cookies to file and import the cookies from file".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione EXP Cookies Tool

Scarica i file di estensione EXP Cookies Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome EXP Cookies Tool EXP Cookies Tool
ID necipeebkikcoingolmohfaeckegimid
URL Ufficiale https://chromewebstore.google.com/detail/exp-cookies-tool/necipeebkikcoingolmohfaeckegimid
Descrizione This extension help the user can export the browser cookies to file and import the cookies from file
Dimensione del File 391 KB
Conteggio Installazioni 1,029
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-06-06
Data di Pubblicazione 2021-09-23
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore EXP
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://efs.teamexp.net/policy
Lingue Supportate 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
}