Cookie Editor Pro

An effective and user-friendly Cookie Editor Pro.

Co je Cookie Editor Pro?

Cookie Editor Pro je rozšíření Chrome vyvinuté https://www.downloadhub.cloud, a jeho hlavní funkcí je „An effective and user-friendly Cookie Editor Pro.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Cookie Editor Pro

Stáhněte si soubory rozšíření Cookie Editor Pro 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, free, and user-friendly Visual Cookie Editor is Cookie Editor Pro. Manage all the cookies you've stored in your browser, including those from third parties. The user interface is tidy and well-structured.

Cookie Editor Pro - Few Key Features: 

1. Viewing Cookies: Users have access to a complete list of all cookies that have been saved in their browser, along with details like the name, value, domain, path, and expiration date. 

2. Editing Cookies: Users have the ability to modify the values of already-created cookies, changing the data that is stored there. 

3. Cookies can be deleted individually or in bulk by users if they no longer need them. 

4. Searching for Cookies: Users can use keywords to search for particular cookies, making it simpler for them to locate and modify or delete the cookies they want. 

Standard Features: 
+ Add a new cookie 
+ Edit a cookie properties 
+ Delete a cookie 
+ Delete all cookies at once 
+ Password protected Encrypted Storage 
+ Ability to create your own custom cookie sets 
+ Backup and Restore 
+ Export to a file 
+ Import from a file                    

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

Název Cookie Editor Pro Cookie Editor Pro
ID jolaogceaehedihjaffjcgeajhdcjgbc
Oficiální URL https://chromewebstore.google.com/detail/cookie-editor-pro/jolaogceaehedihjaffjcgeajhdcjgbc
Popis An effective and user-friendly Cookie Editor Pro.
Velikost souboru 1.25 MB
Počet instalací 518
Aktuální Verze 2.0.6
Poslední Aktualizace 2023-02-12
Datum Vydání 2023-02-11
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář https://www.downloadhub.cloud
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://www.downloadhub.cloud/2023/02/cookie.html
URL Stránky Zásad Ochrany Soukromí https://www.downloadhub.cloud/p/privacy-policy.html
Podporované Jazyky en,en-GB,en-US,pt-BR,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "data\/icons\/icon-128.png",
            "32": "data\/icons\/icon-32.png",
            "38": "data\/icons\/icon-38.png",
            "512": "data\/icons\/icon-512.png",
            "64": "data\/icons\/icon-64.png"
        },
        "default_title": "__MSG_extTitle__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/02\/cookie.html",
    "icons": {
        "128": "data\/icons\/icon-128.png",
        "32": "data\/icons\/icon-32.png",
        "38": "data\/icons\/icon-38.png",
        "512": "data\/icons\/icon-512.png",
        "64": "data\/icons\/icon-64.png"
    },
    "content_security_policy": {
        "script-src": "self unsafe-eval",
        "unsafe-eval": "object-src self",
        "unsafe-inline": "self"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/manager.html"
    },
    "permissions": [
        "cookies",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "version": "2.0.6"
}