Delete Dell Cookies

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

What is Delete Dell Cookies?

Delete Dell Cookies is a Chrome extension developed by testandtargetdev, and its main feature is "Press the button to delete all cookies with "dell" in the domain".

Extension Screenshots

screenshot

Download Delete Dell Cookies Extension CRX File

Download Delete Dell Cookies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Delete Dell Cookies Delete Dell Cookies
ID ogeghecgpnidmlfkldedljlblikegikj
Official URL https://chromewebstore.google.com/detail/delete-dell-cookies/ogeghecgpnidmlfkldedljlblikegikj
Description Press the button to delete all cookies with "dell" in the domain
File Size 37.93 KB
Installation Count 361
Current Version 1.80
Last Updated 2023-02-07
Publish Date 2019-05-23
Rating 4.00/5 Total 1 Ratings
Developer testandtargetdev
Email [email protected]
Payment Type free
Supported Languages 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
        }
    ]
}