Cookie Editor Pro

An effective and user-friendly Cookie Editor Pro.

Vad är Cookie Editor Pro?

Cookie Editor Pro är en Chrome-tillägg utvecklad av https://www.downloadhub.cloud, och dess huvudfunktion är "An effective and user-friendly Cookie Editor Pro.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Cookie Editor Pro-förlängningens CRX-fil

Ladda ner Cookie Editor Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Cookie Editor Pro Cookie Editor Pro
ID jolaogceaehedihjaffjcgeajhdcjgbc
Officiell webbadress https://chromewebstore.google.com/detail/cookie-editor-pro/jolaogceaehedihjaffjcgeajhdcjgbc
Beskrivning An effective and user-friendly Cookie Editor Pro.
Filstorlek 1.25 MB
Antal Installationer 518
Aktuell Version 2.0.6
Senast Uppdaterad 2023-02-12
Publiceringsdatum 2023-02-11
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare https://www.downloadhub.cloud
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://www.downloadhub.cloud/2023/02/cookie.html
URL till Sekretesspolicy Sidan https://www.downloadhub.cloud/p/privacy-policy.html
Stödda Språk 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"
}