Clear Cache
Clears your cache and browsing data with a click of a button
ما هو Clear Cache؟
Clear Cache هو إضافة Chrome تم تطويرها بواسطة Daniel Lvovsky، والميزة الرئيسية لها هي "Clears your cache and browsing data with a click of a button".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clear Cache
قم بتنزيل ملفات الامتداد Clear Cache بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Clear Cache helps you clear cache data, browsing history and much more with a single click of a button. Clear Cache also allows you to set what you want to clear with an options menu where you can choose what you want to be cleared and from what time period. More features will be added in the future. Enjoy!
معلومات أساسية عن التمديد
الاسم | Clear Cache |
ID | appfmjhoobioppbehccakejenccnlfbi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi |
الوصف | Clears your cache and browsing data with a click of a button |
حجم الملف | 69.3 KB |
عدد التثبيتات | 1,387 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2020-05-18 |
تاريخ النشر | 2020-05-15 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Daniel Lvovsky |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Cache", "version": "1.0.0", "description": "Clears your cache and browsing data with a click of a button", "minimum_chrome_version": "19", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "page": "backgroundpage.html" }, "browser_action": { "default_icon": "img\/icon_19.png", "default_title": "Clear Cache" }, "options_ui": { "chrome_style": true, "page": "options.html", "open_in_tab": true }, "permissions": [ "browsingData", "cookies" ] } |