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 EXP, 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.                    

Grundlæggende oplysninger om udvidelsen

Navn EXP Cookies Tool EXP Cookies Tool
ID necipeebkikcoingolmohfaeckegimid
Officiel URL https://chromewebstore.google.com/detail/exp-cookies-tool/necipeebkikcoingolmohfaeckegimid
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 1,029
Nuværende Version 1.0.5
Senest Opdateret 2023-06-06
Udgivelsesdato 2021-09-23
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler EXP
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
}