Delete Dell Cookies

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

Wat is Delete Dell Cookies?

Delete Dell Cookies is een Chrome-extensie ontwikkeld door testandtargetdev, en de belangrijkste functie is "Press the button to delete all cookies with "dell" in the domain".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Delete Dell Cookies

Download Delete Dell Cookies-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

                        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.                    

Basisinformatie over de Extensie

Naam Delete Dell Cookies Delete Dell Cookies
ID ogeghecgpnidmlfkldedljlblikegikj
Officiële URL https://chromewebstore.google.com/detail/delete-dell-cookies/ogeghecgpnidmlfkldedljlblikegikj
Beschrijving Press the button to delete all cookies with "dell" in the domain
Bestandsgrootte 37.93 KB
Aantal Installaties 361
Huidige Versie 1.80
Laatst Bijgewerkt 2023-02-07
Publicatiedatum 2019-05-23
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar testandtargetdev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}