Delete Dell Cookies

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

Delete Dell Cookies là gì?

Delete Dell Cookies là một tiện ích mở rộng Chrome được phát triển bởi testandtargetdev, và tính năng chính của nó là "Press the button to delete all cookies with "dell" in the domain".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Delete Dell Cookies

Tải xuống các tệp mở rộng Delete Dell Cookies dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Delete Dell Cookies Delete Dell Cookies
ID ogeghecgpnidmlfkldedljlblikegikj
URL Chính Thức https://chromewebstore.google.com/detail/delete-dell-cookies/ogeghecgpnidmlfkldedljlblikegikj
Mô tả Press the button to delete all cookies with "dell" in the domain
Kích Thước Tệp 37.93 KB
Số Lần Cài Đặt 361
Phiên Bản Hiện Tại 1.80
Cập Nhật Lần Cuối 2023-02-07
Ngày Phát Hành 2019-05-23
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển testandtargetdev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}