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
公式URL 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
Eメール [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"
    }
}