Ultimate History & Cache Cleaner
Automatically delete history and download history. Bundled a customizable & powerful manual clean button.
Wat is Ultimate History & Cache Cleaner?
Ultimate History & Cache Cleaner is een Chrome-extensie ontwikkeld door https://shakelog.com, en de belangrijkste functie is "Automatically delete history and download history. Bundled a customizable & powerful manual clean button.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ultimate History & Cache Cleaner
Download Ultimate History & Cache Cleaner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Ultimate History & Cache Cleaner |
ID | coplgpbgjpljpkhbkkpllhlhogmhjcbd |
Officiële URL | https://chromewebstore.google.com/detail/ultimate-history-cache-cl/coplgpbgjpljpkhbkkpllhlhogmhjcbd |
Beschrijving | Automatically delete history and download history. Bundled a customizable & powerful manual clean button. |
Bestandsgrootte | 40.2 KB |
Aantal Installaties | 333 |
Huidige Versie | 1.1.0.2 |
Laatst Bijgewerkt | 2024-02-29 |
Publicatiedatum | 2023-12-01 |
Ontwikkelaar | https://shakelog.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://shakelog.com/history-disabler/ |
Ondersteunde Talen | 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" } } |