EXP Cookies Tool

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

Co je EXP Cookies Tool?

EXP Cookies Tool je rozšíření Chrome vyvinuté Nic4Love, a jeho hlavní funkcí je „This extension help the user can export the browser cookies to file and import the cookies from file“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření EXP Cookies Tool

Stáhněte si soubory rozšíření EXP Cookies Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název EXP Cookies Tool EXP Cookies Tool
ID gdbkinfablggfijnkinojceealciloeg
Oficiální URL https://chromewebstore.google.com/detail/exp-cookies-tool/gdbkinfablggfijnkinojceealciloeg
Popis This extension help the user can export the browser cookies to file and import the cookies from file
Velikost souboru 391 KB
Počet instalací 466
Aktuální Verze 1.0.5
Poslední Aktualizace 2023-06-06
Datum Vydání 2021-11-16
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Nic4Love
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://efs.teamexp.net/policy
Podporované Jazyky 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
}