Chrome History Cleaner

Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.

Chrome History Cleaner란 무엇입니까?

Chrome History Cleaner은(는) KarthiTech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Chrome History Cleaner 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome History Cleaner extension clears only the browsing history automatically when the browser starts every time. This will not clear cookies, cache and passwords etc., to keep the user session alive.

You can schedule this extension to run every predefined time interval such as 5, 10, 15 minutes. You can select the time interval from the extension popup page.

Support for clearing the other browsing data will be added soon.                    

확장 프로그램 기본 정보

이름 Chrome History Cleaner Chrome History Cleaner
ID lebddibgdgkjheglmfpannlomiobdbhm
공식 URL https://chromewebstore.google.com/detail/chrome-history-cleaner/lebddibgdgkjheglmfpannlomiobdbhm
설명 Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.
파일 크기 38.76 KB
설치 횟수 11,058
현재 버전 1.0.3
최근 업데이트 2021-09-09
출시 날짜 2018-03-10
평점 4.44/5 총 18 개의 평점
개발자 KarthiTech
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome History Cleaner",
    "description": "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.",
    "version": "1.0.3",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "incognito": "split",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Chrome History Cleaner",
        "default_popup": "popup.html"
    },
    "permissions": [
        "browsingData",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "bm.js"
        ]
    }
}