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!
ما هو Clean Manager - History & Cache Cleaner؟
Clean Manager - History & Cache Cleaner هو إضافة Chrome تم تطويرها بواسطة aleksandr.koshev12، والميزة الرئيسية لها هي "Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clean Manager - History & Cache Cleaner
قم بتنزيل ملفات الامتداد Clean Manager - History & Cache Cleaner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | hnhipbbnifkpgbcgkgeiekcpenmhndko |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/clean-manager-history-cac/hnhipbbnifkpgbcgkgeiekcpenmhndko |
الوصف | Easy way to clean browser cache and data! Best way to clean history, downloads, cookie or set tasks for auto cleaning! |
حجم الملف | 269 KB |
عدد التثبيتات | 182 |
النسخة الحالية | 1.0.8 |
آخر تحديث | 2022-11-20 |
تاريخ النشر | 2021-05-16 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | aleksandr.koshev12 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } |