EXP Cookies Tool

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

Was ist EXP Cookies Tool?

EXP Cookies Tool ist eine Chrome-Erweiterung, die von EXP entwickelt wurde, und ihr Hauptmerkmal ist "This extension help the user can export the browser cookies to file and import the cookies from file".

Erweiterungsscreenshots

screenshot

EXP Cookies Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie EXP Cookies Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name EXP Cookies Tool EXP Cookies Tool
ID necipeebkikcoingolmohfaeckegimid
Offizielle URL https://chromewebstore.google.com/detail/exp-cookies-tool/necipeebkikcoingolmohfaeckegimid
Beschreibung This extension help the user can export the browser cookies to file and import the cookies from file
Dateigröße 391 KB
Installationsanzahl 1,029
Aktuelle Version 1.0.5
Letztes Update 2023-06-06
Veröffentlichungsdatum 2021-09-23
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler EXP
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://efs.teamexp.net/policy
Unterstützte Sprachen 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
}