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
Eメール [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
        }
    ]
}