Delete Dell Cookies

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

Apa itu Delete Dell Cookies?

Delete Dell Cookies adalah ekstensi Chrome yang dikembangkan oleh testandtargetdev, dan fitur utamanya adalah "Press the button to delete all cookies with "dell" in the domain".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Delete Dell Cookies

Unduh file ekstensi Delete Dell Cookies dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Delete Dell Cookies Delete Dell Cookies
ID ogeghecgpnidmlfkldedljlblikegikj
URL Resmi https://chromewebstore.google.com/detail/delete-dell-cookies/ogeghecgpnidmlfkldedljlblikegikj
Deskripsi Press the button to delete all cookies with "dell" in the domain
Ukuran File 37.93 KB
Jumlah Instalasi 361
Versi Saat Ini 1.80
Terakhir Diperbarui 2023-02-07
Tanggal Publikasi 2019-05-23
Penilaian 4.00/5 Total 1 Penilaian
Pengembang testandtargetdev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    ]
}