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!
Qu'est-ce que Clean Manager - History & Cache Cleaner ?
Clean Manager - History & Cache Cleaner est une extension Chrome développée par aleksandr.koshev12, et sa fonction principale est "Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clean Manager - History & Cache Cleaner
Téléchargez les fichiers d'extension Clean Manager - 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
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.
Informations de Base sur l'Extension
Nom | |
ID | hnhipbbnifkpgbcgkgeiekcpenmhndko |
URL Officiel | https://chrome.google.com/webstore/detail/clean-manager-history-cac/hnhipbbnifkpgbcgkgeiekcpenmhndko |
Description | Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning! |
Taille du Fichier | 269 KB |
Nombre d'Installations | 182 |
Version Actuelle | 1.0.8 |
Dernière Mise à Jour | 2022-11-20 |
Date de Publication | 2021-05-16 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | aleksandr.koshev12 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |