Delete Dell Cookies

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

什么是Delete Dell Cookies?

Delete Dell Cookies是由testandtargetdev开发的Chrome扩展程序,该扩展的主要功能是“Press the button to delete all cookies with "dell" in the domain”。

扩展截图

screenshot

下载Delete Dell Cookies扩展crx文件

下载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
        }
    ]
}