EXP Cookies Tool

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

Hvad er EXP Cookies Tool?

EXP Cookies Tool er en Chrome-udvidelse udviklet af Nic4Love, og dens hovedfunktion er "This extension help the user can export the browser cookies to file and import the cookies from file".

Udvidelsesskærmbilleder

screenshot

Download EXP Cookies Tool-udvidelses-CRX-fil

Download EXP Cookies Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn EXP Cookies Tool EXP Cookies Tool
ID gdbkinfablggfijnkinojceealciloeg
Officiel URL https://chromewebstore.google.com/detail/exp-cookies-tool/gdbkinfablggfijnkinojceealciloeg
Beskrivelse This extension help the user can export the browser cookies to file and import the cookies from file
Filstørrelse 391 KB
Antal Installationer 466
Nuværende Version 1.0.5
Senest Opdateret 2023-06-06
Udgivelsesdato 2021-11-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Nic4Love
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://efs.teamexp.net/policy
Understøttede Sprog 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
}