Clear Site Data

Clear current or all site data (cache, storage, etc).

什麼是Clear Site Data?

Clear Site Data是由https://guokai.dev開發的Chrome擴展程式,該擴展的主要功能是“Clear current or all site data (cache, storage, etc).”。

擴展截圖

screenshot

下載Clear Site Data擴展crx文件

下載Clear Site Data擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        When you click this extension icon, it will show you the storage used info of current (https) site.

You can clear data for current site or all web sites, including these data types:

Cache
● Browser Cache
● Cache Storage

Storage
● Local Storage
● IndexedDB
● Web SQL
● Cookies
● Service Workers
● File Systems

Others (only when select for all web sites)
● Download List
● Visited History
● Stored Form Data
● Stored Passwords

When you select clearing data for all web sites, you can add excluded origins which are excluded from deletion.

Note: 
[1]. Origin format:  "://"  [ ":"  ]                    

擴展基本資訊

名稱 Clear Site Data Clear Site Data
ID aihgofjefdlhpnmeakpnjjeajofpcbhj
官方網址 https://chromewebstore.google.com/detail/clear-site-data/aihgofjefdlhpnmeakpnjjeajofpcbhj
簡介 Clear current or all site data (cache, storage, etc).
檔案大小 11.13 KB
安裝次數 8,335
目前版本 0.0.9
更新時間 2022-08-23
上架時間 2020-03-15
評分 4.56/5 共 27 次評分
開發者 https://guokai.dev
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://guokai.dev/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear Site Data",
    "version": "0.0.9",
    "author": "Guokai Han",
    "manifest_version": 3,
    "description": "Clear current or all site data (cache, storage, etc).",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "browsingData",
        "scripting",
        "activeTab"
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}