Delete Dell Cookies

Press the button to delete all cookies with "dell" in the domain

Was ist Delete Dell Cookies?

Delete Dell Cookies ist eine Chrome-Erweiterung, die von testandtargetdev entwickelt wurde, und ihr Hauptmerkmal ist "Press the button to delete all cookies with "dell" in the domain".

Erweiterungsscreenshots

screenshot

Delete Dell Cookies-Erweiterungs-CRX-Datei herunterladen

Laden Sie Delete Dell Cookies-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Delete all Dell cookies extension!

Deletes all cookies related to Dell for faster and easier development and testing!
This extension will delete cookies relevant to Dell.com development with one click. 
For use in Dell.com development.                    

Grundlegende Informationen zur Erweiterung

Name Delete Dell Cookies Delete Dell Cookies
ID ogeghecgpnidmlfkldedljlblikegikj
Offizielle URL https://chromewebstore.google.com/detail/delete-dell-cookies/ogeghecgpnidmlfkldedljlblikegikj
Beschreibung Press the button to delete all cookies with "dell" in the domain
Dateigröße 37.93 KB
Installationsanzahl 361
Aktuelle Version 1.80
Letztes Update 2023-02-07
Veröffentlichungsdatum 2019-05-23
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler testandtargetdev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Delete Dell Cookies",
    "version": "1.80",
    "manifest_version": 3,
    "description": "Press the button to delete all cookies with \"dell\" in the domain",
    "permissions": [
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "cookie-new.png"
    },
    "icons": {
        "128": "cookie-new.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "updateCookies.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}