Delete Dell Cookies

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

Delete Dell Cookiesคืออะไร?

Delete Dell Cookies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย testandtargetdev และคุณลักษณะหลักของมันคือ "Press the button to delete all cookies with "dell" in the domain"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Delete Dell Cookies

ดาวน์โหลดไฟล์ส่วนขยาย Delete Dell Cookies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Delete Dell Cookies Delete Dell Cookies
ID ogeghecgpnidmlfkldedljlblikegikj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/delete-dell-cookies/ogeghecgpnidmlfkldedljlblikegikj
คำอธิบาย Press the button to delete all cookies with "dell" in the domain
ขนาดไฟล์ 37.93 KB
จำนวนการติดตั้ง 361
เวอร์ชันปัจจุบัน 1.80
อัปเดตครั้งล่าสุด 2023-02-07
วันที่เผยแพร่ 2019-05-23
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา testandtargetdev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
        }
    ]
}