Cookie Editor Pro

An effective and user-friendly Cookie Editor Pro.

O que é Cookie Editor Pro?

Cookie Editor Pro é uma extensão do Chrome desenvolvida por https://www.downloadhub.cloud, e sua principal característica é "An effective and user-friendly Cookie Editor Pro.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Cookie Editor Pro

Baixe arquivos de extensão Cookie Editor Pro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Cookie Editor Pro Cookie Editor Pro
ID jolaogceaehedihjaffjcgeajhdcjgbc
URL Oficial https://chromewebstore.google.com/detail/cookie-editor-pro/jolaogceaehedihjaffjcgeajhdcjgbc
Descrição An effective and user-friendly Cookie Editor Pro.
Tamanho do Arquivo 1.25 MB
Contagem de Instalações 518
Versão Atual 2.0.6
Última Atualização 2023-02-12
Data de Publicação 2023-02-11
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor https://www.downloadhub.cloud
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://www.downloadhub.cloud/2023/02/cookie.html
URL da Página de Política de Privacidade https://www.downloadhub.cloud/p/privacy-policy.html
Idiomas Suportados 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"
}