EXP Cookies Tool

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

Τι είναι το EXP Cookies Tool;

Το EXP Cookies Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nic4Love, και η κύρια λειτουργία του είναι "This extension help the user can export the browser cookies to file and import the cookies from file".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης EXP Cookies Tool

Λήψη αρχείων επέκτασης EXP Cookies Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα EXP Cookies Tool EXP Cookies Tool
ID gdbkinfablggfijnkinojceealciloeg
Επίσημο URL https://chromewebstore.google.com/detail/exp-cookies-tool/gdbkinfablggfijnkinojceealciloeg
Περιγραφή This extension help the user can export the browser cookies to file and import the cookies from file
Μέγεθος Αρχείου 391 KB
Αριθμός Εγκαταστάσεων 466
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2023-06-06
Ημερομηνία Δημοσίευσης 2021-11-16
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Nic4Love
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://efs.teamexp.net/policy
Υποστηριζόμενες Γλώσσες 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
}