Easy Cookie Editor

Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.

Wat is Easy Cookie Editor?

Easy Cookie Editor is een Chrome-extensie ontwikkeld door Radovan Pelka (Rado), en de belangrijkste functie is "Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Easy Cookie Editor

Download Easy Cookie Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Easy Cookie Editor: A complete manager for cookies accumulated during browsing.
It allows you to view, edit, create, delete cookies and search them by domain names. Contextual Identities such as Private Browsing, First-Party Isolation, and SameSite flag are also supported.

Easy Cookie Editor is designed for developers, testers or people concerned about their privacy on the Internet.

---
Privacy Policy: https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md                    

Basisinformatie over de Extensie

Naam Easy Cookie Editor Easy Cookie Editor
ID lidhbccbajehjnpfjpnamoiemcnhhnki
Officiële URL https://chromewebstore.google.com/detail/easy-cookie-editor/lidhbccbajehjnpfjpnamoiemcnhhnki
Beschrijving Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.
Bestandsgrootte 895 KB
Aantal Installaties 3,469
Huidige Versie 2.2
Laatst Bijgewerkt 2020-03-18
Publicatiedatum 2020-03-16
Beoordeling 4.57/5 Totaal 7 Beoordelingen
Ontwikkelaar Radovan Pelka (Rado)
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/RadovanPelka/Easy-Cookie-Editor
Help Pagina-URL https://github.com/RadovanPelka/Easy-Cookie-Editor
URL van de Privacybeleid Pagina https://github.com/RadovanPelka/Easy-Cookie-Editor/blob/master/privacy-policy.md
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy Cookie Editor",
    "short_name": "Easy Cookie Editor",
    "version": "2.2",
    "description": "Easy Cookie Editor is a cookie manager. Control your cookies! You can add, delete, edit and search.",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "Easy Cookie Editor",
        "default_icon": {
            "16": "assets\/icon_16x16.png",
            "32": "assets\/icon_32x32.png",
            "48": "assets\/icon_48x48.png",
            "128": "assets\/icon_128x128.png"
        }
    },
    "icons": {
        "16": "assets\/icon_16x16.png",
        "32": "assets\/icon_32x32.png",
        "48": "assets\/icon_48x48.png",
        "128": "assets\/icon_128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            }
        }
    }
}