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
官方網址 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
        }
    ]
}