Delete Dell Cookies

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

Vad är Delete Dell Cookies?

Delete Dell Cookies är en Chrome-tillägg utvecklad av testandtargetdev, och dess huvudfunktion är "Press the button to delete all cookies with "dell" in the domain".

Tilläggsskärmbilder

screenshot

Ladda ner Delete Dell Cookies-förlängningens CRX-fil

Ladda ner Delete Dell Cookies-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

                        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.                    

Grundläggande Information om Tillägg

Namn Delete Dell Cookies Delete Dell Cookies
ID ogeghecgpnidmlfkldedljlblikegikj
Officiell webbadress https://chromewebstore.google.com/detail/delete-dell-cookies/ogeghecgpnidmlfkldedljlblikegikj
Beskrivning Press the button to delete all cookies with "dell" in the domain
Filstorlek 37.93 KB
Antal Installationer 361
Aktuell Version 1.80
Senast Uppdaterad 2023-02-07
Publiceringsdatum 2019-05-23
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare testandtargetdev
E-post [email protected]
Betalningssätt free
Stödda Språk 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
        }
    ]
}