Cache Killer

Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click

Cache Killer란 무엇입니까?

Cache Killer은(는) Semyon V에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click                    

확장 프로그램 기본 정보

이름 Cache Killer Cache Killer
ID mobkodffjnomdafehbljjphjaipbenpm
공식 URL https://chromewebstore.google.com/detail/cache-killer/mobkodffjnomdafehbljjphjaipbenpm
설명 Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click
파일 크기 53.45 KB
설치 횟수 219
현재 버전 100
최근 업데이트 2023-12-02
출시 날짜 2023-12-02
평점 5.00/5 총 2 개의 평점
개발자 Semyon V
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://telegra.ph/Cache-Killer-Privacy-Policy-11-29
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cache Killer",
    "version": "100",
    "manifest_version": 3,
    "description": "Automatically clear your browser cache before loading a page. Can be enabled\/disabled with a single mouse click",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Cache Killer disabled",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "incognito": "split",
    "permissions": [
        "activeTab",
        "storage",
        "browsingData",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}