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