Classic Cache Killer

Back in Web Store! Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click.

Classic Cache Killer란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

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

Rate us on Facebook with Facebook post                    

확장 프로그램 기본 정보

이름 Classic Cache Killer Classic Cache Killer
ID kkmknnnjliniefekpicbaaobdnjjikfp
공식 URL https://chromewebstore.google.com/detail/classic-cache-killer/kkmknnnjliniefekpicbaaobdnjjikfp
설명 Back in Web Store! Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click.
파일 크기 70.55 KB
설치 횟수 60,705
현재 버전 2.5
최근 업데이트 2024-01-20
출시 날짜 2020-05-22
평점 4.81/5 총 110 개의 평점
개발자 khalifaagamil.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/classic-cache-killer/home
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5",
    "name": "Classic Cache Killer",
    "description": "Back in Web Store! Automatically clear your browser cache before loading a page. Can be enabled\/disabled with a single mouse click.",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_title": "Cache Killer disabled",
        "default_icon": {
            "16": "icon-off.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "browsingData",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ]
}