Clear Cache

Clear your cache and browsing data with a single click of a button.

Clear Cache란 무엇입니까?

Clear Cache은(는) Benjamin Bojko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clear your cache and browsing data with a single click of a button."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Clear Cache 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly clear your cache with this extension without any confirmation dialogs, pop-ups or other annoyances.

You can customize what and how much of your data you want to clear on the options page, including: App Cache, Cache, Cookies, Downloads, File Systems, Form Data, History, Indexed DB, Local Storage, Plugin Data, Passwords and WebSQL.

Cookies can either be removed globally, only for certain domains or for everything except for certain domains.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In order to clear all of this data, this extension will require extended permissions. If you have any questions, feel free to post them in the feedback section.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Change Log:
Version 1.1.4 - July 11, 2021
- Simplified options to replace tabs permission with activeTab

Version 1.1.3 - April 11, 2020
- Added cacheStorage and serviceWorkers options
- Updated icon for better dark mode and high dpi support
- Updated keyboard shortcut link in Options page

Version 1.1.1 - September 21, 2014
- Fixed issue with descriptions not appearing

Version 1.1 - September 21, 2014
- Added descriptions for data types to remove                    

확장 프로그램 기본 정보

이름 Clear Cache Clear Cache
ID cppjkneekbjaeellbfkmgnhonkkjfpdn
공식 URL https://chromewebstore.google.com/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn
설명 Clear your cache and browsing data with a single click of a button.
파일 크기 169 KB
설치 횟수 1,023,720
현재 버전 1.1.4
최근 업데이트 2021-07-13
출시 날짜 2015-01-03
평점 4.47/5 총 1093 개의 평점
개발자 Benjamin Bojko
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://benjaminbojko.com
도움말 페이지 URL https://chrome.google.com/webstore/support/cppjkneekbjaeellbfkmgnhonkkjfpdn?hl=en&gl=US
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cache",
    "short_name": "Clear Cache",
    "version": "1.1.4",
    "description": "Clear your cache and browsing data with a single click of a button.",
    "minimum_chrome_version": "74",
    "icons": {
        "16": "img\/icon_empty_16.png",
        "24": "img\/icon_empty_24.png",
        "32": "img\/icon_empty_32.png",
        "48": "img\/icon_empty_48.png",
        "64": "img\/icon_empty_64.png",
        "96": "img\/icon_empty_96.png",
        "128": "img\/icon_empty_128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/signals.min.js",
            "js\/icon-animation.js",
            "js\/load-default-options.js",
            "js\/backgroundpage.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "24": "img\/icon_24.png",
            "32": "img\/icon_32.png",
            "48": "img\/icon_48.png",
            "64": "img\/icon_64.png",
            "96": "img\/icon_96.png",
            "128": "img\/icon_128.png"
        },
        "default_title": "Clear Cache"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "browsingData",
        "cookies",
        ""
    ]
}