Simple Cache Remover

Clear your Cache, Cookies, your Download and Browsing History.

Simple Cache Remover란 무엇입니까?

Simple Cache Remover은(는) http://whatever-will-be-que-sera-sera.tumblr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clear your Cache, Cookies, your Download and Browsing History."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Clear your Cache, Cookies, your Download and Browsing History.


Click Icon or set Timer.



v3.2 bugfix
v3.0 chrome alarms api
v2.2 bugfix



remove Appcache
remove Cache
remove Cookies
remove Downloads
remove FileSystems
remove FormData
remove History
remove IndexedDB
remove LocalStorage
remove PluginData
remove Passwords
remove WebSQL                    

확장 프로그램 기본 정보

이름 Simple Cache Remover Simple Cache Remover
ID calibgmkblbenollkakffjeaendibpod
공식 URL https://chrome.google.com/webstore/detail/simple-cache-remover/calibgmkblbenollkakffjeaendibpod
설명 Clear your Cache, Cookies, your Download and Browsing History.
파일 크기 24 KB
설치 횟수 151
현재 버전 3.2
최근 업데이트 2015-05-01
출시 날짜 2015-05-01
평점 3.00/5 총 1 개의 평점
개발자 http://whatever-will-be-que-sera-sera.tumblr.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Simple Cache Remover"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Clear your Cache, Cookies, your Download and Browsing History.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "name": "Simple Cache Remover",
    "options_page": "options.html",
    "permissions": [
        "browsingData",
        "cookies",
        "",
        "alarms"
    ],
    "version": "3.2",
    "web_accessible_resources": [
        "close.html"
    ]
}