Auto History Wipe

Auto History Wipe - Auto History Cleaner delete history when closing or starting chrome

Auto History Wipe란 무엇입니까?

Auto History Wipe은(는) Auto History Wipe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto History Wipe - Auto History Cleaner delete history when closing or starting chrome"입니다.

확장 프로그램 스크린샷

screenshot

Auto History Wipe 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Auto History Wipe - Auto History Cleaner delete history when closing or starting chrome

Essentially, Auto History Wipe refers to the process of automatically clearing your browsing history to ensure a safer online browsing journey. This allows users to instantly clean their history and get a fresh start each time they use a browser.

Auto History Wipe helps users clean their browsing history along with other unnecessary browsing data by simply defining automatic tasks. Users can choose between different options ranging from what specifically they want to remove and how quickly they want it gone.


Normal websites
Clear History When Start
Clear Cache
Clear Cookies
Clear Downloads
Clear FormData
Clear Histories                    

확장 프로그램 기본 정보

이름 Auto History Wipe Auto History Wipe
ID jmbmmokoibgcdhnpopjlkdaeoppffpno
공식 URL https://chromewebstore.google.com/detail/auto-history-wipe/jmbmmokoibgcdhnpopjlkdaeoppffpno
설명 Auto History Wipe - Auto History Cleaner delete history when closing or starting chrome
파일 크기 311 KB
설치 횟수 9,000
현재 버전 0.0.3
최근 업데이트 2024-02-16
출시 날짜 2023-10-11
평점 4.59/5 총 17 개의 평점
개발자 Auto History Wipe
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://app-how-to-use-it.com/privacy-policy-2
지원되는 언어 de,en,en-GB,en-US,fr,nl,es,it,pt-BR,ru,zh-CN,zh-TW,ja
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "commands": {
        "_execute_action": []
    },
    "default_locale": "en",
    "description": "__MSG_Description__",
    "icons": {
        "128": "\/data\/icons\/128.png",
        "16": "\/data\/icons\/16.png",
        "256": "\/data\/icons\/256.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "512": "\/data\/icons\/512.png",
        "64": "\/data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "Auto History Wipe",
    "options_ui": {
        "page": "\/data\/cleaning\/index.html"
    },
    "host_permissions": [
        "https:\/\/app-how-to-use-it.com\/*"
    ],
    "permissions": [
        "storage",
        "browsingData"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3"
}