Clean Manager - History & Cache Cleaner
Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!
Was ist Clean Manager - History & Cache Cleaner?
Clean Manager - History & Cache Cleaner ist eine Chrome-Erweiterung, die von aleksandr.koshev12 entwickelt wurde, und ihr Hauptmerkmal ist "Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!".
Erweiterungsscreenshots
Clean Manager - History & Cache Cleaner-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clean Manager - History & Cache Cleaner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Clean Manager chrome extension provide simple and effective way to clear browser history, downloads, cookies, cache data and trash, protects your privacy, and makes your browser faster and productive. You can clear your browser data or delete site-specific data. - Clear your browser cache, cookies, website storage and other trashes. - Clear your password. Others will never login your personal account. - Clear your browser history. Others will never know what web site you've been browsing. You can also create tasks that will clear browser data at a specified interval.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hnhipbbnifkpgbcgkgeiekcpenmhndko |
Offizielle URL | https://chrome.google.com/webstore/detail/clean-manager-history-cac/hnhipbbnifkpgbcgkgeiekcpenmhndko |
Beschreibung | Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning! |
Dateigröße | 269 KB |
Installationsanzahl | 182 |
Aktuelle Version | 1.0.8 |
Letztes Update | 2022-11-20 |
Veröffentlichungsdatum | 2021-05-16 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | aleksandr.koshev12 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "action": { "default_icon": "32.png" }, "background": { "service_worker": "background.js" }, "description": "Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "128.png", "16": "32.png", "48": "64.png" }, "manifest_version": 3, "name": "Clean Manager - History & Cache Cleaner", "options_page": "option.html", "permissions": [ "browsingData", "tabs", "storage", "declarativeNetRequest" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.8" } |