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
电子邮箱 [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"
}