One Click History Cleaner

Experience the simplicity of cleaning your browsing history with just a single click. Our One-Click History Cleaner is designed to…

什麼是One Click History Cleaner?

One Click History Cleaner是由Tristan Teufel開發的Chrome擴展程式,該擴展的主要功能是“Experience the simplicity of cleaning your browsing history with just a single click. Our One-Click History Cleaner is designed to…”。

擴展截圖

screenshot

下載One Click History Cleaner擴展crx文件

下載One Click History Cleaner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Experience the simplicity of cleaning your browsing history with just a single click. Our One-Click History Cleaner is designed to provide a seamless and efficient browsing experience.

Why Choose Us?

While there are numerous history cleaners available, none offer the simplicity and efficiency of a one-click operation. 

Trust and Transparency

We prioritize your safety. Unlike many Chrome addons, our code is open source and available for review on GitHub. We believe in transparency and ensure that your data is not spied on or misused.

Key Features

* Swift removal of browser data.
* Customizable cleaning options. Choose what you want to remove:
   - Appcache: Application cache
   - Cache: The browser cache that stores images and other resources downloaded by websites
   - Cookies: Cookies set by websites
   - Downloads: Download history
   - FileSystems: File systems created by web applications
   - FormData: Form data, such as usernames and passwords
   - History: Browser history
   - IndexedDB: Data in an IndexedDB database
   - ServerBoundCertificates: Server-bound certificates
   - LocalStorage: Data in local storage
   - PluginData: Data stored by plugins
   - Passwords: Stored passwords
   - WebSQL: Data in a Web SQL database
   - ServiceWorkers: Service Worker cache
* Option to close all tabs post-cleaning.
* Refresh all tabs after cleaning for a fresh browsing start.

Experience a cleaner and safer browsing experience with our One-Click History Cleaner.                    

擴展基本資訊

名稱 One Click History Cleaner One Click History Cleaner
ID kcjbahochamceejpgjkniopafgdhkplb
官方網址 https://chromewebstore.google.com/detail/one-click-history-cleaner/kcjbahochamceejpgjkniopafgdhkplb
簡介 Experience the simplicity of cleaning your browsing history with just a single click. Our One-Click History Cleaner is designed to…
檔案大小 239 KB
安裝次數 2,000
目前版本 0.1.14
更新時間 2023-12-12
上架時間 2019-08-17
評分 4.80/5 共 5 次評分
開發者 Tristan Teufel
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/firsttris/chrome.oneclickhistorycleaner
說明頁面URL https://github.com/firsttris/chrome.oneclickhistorycleaner/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click History Cleaner",
    "short_name": "One Click History Cleaner",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "browsingData",
        "notifications"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "512": "icons\/icon512.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "512": "icons\/icon512.png"
        }
    },
    "manifest_version": 3,
    "version": "0.1.14"
}