Easy Clean
Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.
ما هو Easy Clean؟
Easy Clean هو إضافة Chrome تم تطويرها بواسطة Raz1ner، والميزة الرئيسية لها هي "Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Easy Clean
قم بتنزيل ملفات الامتداد Easy Clean بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
One-click quick cleanup of browser cache, with automatic cache clearance upon closing the browser to ensure the security of your privacy. The extension contains no advertisements or pop-ups that affect user experience. It is clean and open-source. Features - One-click cache clearance - Customizable cleanup items - Domain whitelist (exclude specified domains from clearing cookies) - Automatic cleanup upon closing the browser
معلومات أساسية عن التمديد
الاسم | Easy Clean |
ID | bjpclojdgakmcjmfdgiodjgfncaejaki |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easy-clean/bjpclojdgakmcjmfdgiodjgfncaejaki |
الوصف | Easily clear browser cache with one click and automatically clean it after closing the browser for enhanced privacy and security. |
حجم الملف | 64.13 KB |
عدد التثبيتات | 1,040 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2024-01-10 |
تاريخ النشر | 2024-01-10 |
تقييم | 5.00/5 مجموع تقييمات 11 |
المطور | Raz1ner |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://dev-coco.github.io/post/Easy-Clean-EN/ |
عنوان صفحة سياسة الخصوصية | https://dev-coco.github.io/post/Easy-Clean-Privacy-Policy-EN |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Clean", "description": "__MSG_extDesc__", "default_locale": "en", "author": "Raz1ner", "version": "1.0.0", "action": { "default_popup": "html\/popup.html", "default_icon": "icon\/icon.png" }, "icons": { "128": "icon\/icon.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "cookies", "storage", "windows", "browsingData" ], "host_permissions": [ "*:\/\/*\/*" ] } |