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).”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |