Ultimate History & Cache Cleaner

Automatically delete history and download history. Bundled a customizable & powerful manual clean button.

Qu'est-ce que Ultimate History & Cache Cleaner ?

Ultimate History & Cache Cleaner est une extension Chrome développée par https://shakelog.com, et sa fonction principale est "Automatically delete history and download history. Bundled a customizable & powerful manual clean button.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ultimate History & Cache Cleaner

Téléchargez les fichiers d'extension Ultimate History & Cache Cleaner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This chrome extension deletes history and download history automatically. It requires less user interaction and features simple operation.

Features:
1. Keep browsing history cleaned automatically
2. Delete download history when download is completed or canceled
3. Manual clean button can be fully customizable (Deletion Data Type, Domain Whitelist)

This extension does not collect any user data. Use the following permissions to delete history data and save preferences. 
- history, downloads, storage, browsingData                    

Informations de Base sur l'Extension

Nom Ultimate History & Cache Cleaner Ultimate History & Cache Cleaner
ID coplgpbgjpljpkhbkkpllhlhogmhjcbd
URL Officiel https://chromewebstore.google.com/detail/ultimate-history-cache-cl/coplgpbgjpljpkhbkkpllhlhogmhjcbd
Description Automatically delete history and download history. Bundled a customizable & powerful manual clean button.
Taille du Fichier 40.2 KB
Nombre d'Installations 333
Version Actuelle 1.1.0.2
Dernière Mise à Jour 2024-02-29
Date de Publication 2023-12-01
Développeur https://shakelog.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://shakelog.com/history-disabler/
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.0.2",
    "default_locale": "en",
    "permissions": [
        "history",
        "downloads",
        "storage",
        "browsingData"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "\/img\/icon128.png",
        "48": "\/img\/icon48.png",
        "16": "\/img\/icon16.png"
    },
    "action": {
        "default_title": "Clear Browsing Data"
    }
}