Delete Cookies and Site Data

Delete cookies, storage and cache of all websites except the whitelisted domains.

Delete Cookies and Site Dataとは何ですか?

Delete Cookies and Site Dataはhttps://browsernative.comによって開発されたChromeの拡張機能で、その主な機能は「Delete cookies, storage and cache of all websites except the whitelisted domains.」です。

拡張機能のスクリーンショット

screenshot

Delete Cookies and Site Data拡張機能のCRXファイルをダウンロード

Delete Cookies and Site Data拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Delete data stored by all websites, or the site open in the current tab. 

one click to delete cookies and other data (cache, localStorage, indexedDB, webSQL etc.) stored by websites. 

Set whitelisted domains. Opt to auto-delete site data on browser startup.

Visit homepage for more information: https://browsernative.com/delete-cookies-chrome-extension/

Send feedback or suggestion to [email protected]                    

拡張機能の基本情報

名前 Delete Cookies and Site Data Delete Cookies and Site Data
ID aegmcdedlldfknejkhgjailcpkofpphb
公式URL https://chromewebstore.google.com/detail/delete-cookies-and-site-d/aegmcdedlldfknejkhgjailcpkofpphb
説明 Delete cookies, storage and cache of all websites except the whitelisted domains.
ファイルサイズ 18.81 KB
インストール数 267
現在のバージョン 1.0.2
最終更新日 2022-08-11
公開日 2022-08-11
評価 5.00/5 合計 2 レビュー
開発者 https://browsernative.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://browsernative.com/delete-cookies-chrome-extension/
ヘルプページのURL https://browsernative.com/delete-cookies-chrome-extension/
プライバシーポリシーページのURL https://browsernative.com/extensions-privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Delete Cookies and Site Data",
    "description": "Delete cookies, storage and cache of all websites except the whitelisted domains.",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": "\/static\/icon-128.png",
        "default_title": "Delete Cookies & Site Data",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "48": "\/static\/icon-48.png",
        "128": "\/static\/icon-128.png"
    },
    "permissions": [
        "browsingData",
        "storage",
        "notifications",
        "activeTab",
        "history"
    ],
    "homepage_url": "https:\/\/browsernative.com\/delete-cookies-chrome-extension\/",
    "options_page": "\/option\/index.html"
}