Cache Cleaner
Clear browser cache for the last week.
ما هو Cache Cleaner؟
Cache Cleaner هو إضافة Chrome تم تطويرها بواسطة Maxym Gorbenko، والميزة الرئيسية لها هي "Clear browser cache for the last week.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cache Cleaner
قم بتنزيل ملفات الامتداد Cache Cleaner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Clear browser cache for the last week.
معلومات أساسية عن التمديد
الاسم | Cache Cleaner |
ID | ekcjobkhkmknjjfenofigfkncfjfdmjo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cache-cleaner/ekcjobkhkmknjjfenofigfkncfjfdmjo |
الوصف | Clear browser cache for the last week. |
حجم الملف | 63.65 KB |
عدد التثبيتات | 847 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-05-10 |
تاريخ النشر | 2017-05-10 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Maxym Gorbenko |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cache Cleaner", "short_name": "CC", "version": "1.0", "author": "Maxym Gorbenko", "description": "Clear browser cache for the last week.", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png" }, "permissions": [ "browsingData", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Clear cache!", "default_icon": "icons\/128x128.png" } } |