Astea Clear Cache

Clear your cache and browsing data.

Astea Clear Cache란 무엇입니까?

Astea Clear Cache은(는) Yossi Buzaglo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clear your cache and browsing data."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Clear your cache and browsing data.
On notification window, you can reload page.                    

확장 프로그램 기본 정보

이름 Astea Clear Cache Astea Clear Cache
ID cecjlhiiojahfekpkoleonplmdadaecc
공식 URL https://chrome.google.com/webstore/detail/astea-clear-cache/cecjlhiiojahfekpkoleonplmdadaecc
설명 Clear your cache and browsing data.
파일 크기 110 KB
설치 횟수 195
현재 버전 1.0.1.0
최근 업데이트 2018-10-22
출시 날짜 2018-10-22
평점 5.00/5 총 2 개의 평점
개발자 Yossi Buzaglo
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Astea Clear Cache",
    "version": "1.0.1.0",
    "description": "Clear your cache and browsing data.",
    "minimum_chrome_version": "19",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "page": "clear-cache-page.html"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "Clear Cache"
    },
    "permissions": [
        "browsingData",
        "tabs",
        "notifications",
        ""
    ]
}