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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}