One Click Clear Cache
clear cache with one click
ما هو One Click Clear Cache؟
One Click Clear Cache هو إضافة Chrome تم تطويرها بواسطة Salman Tariq، والميزة الرئيسية لها هي "clear cache with one click".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة One Click Clear Cache
قم بتنزيل ملفات الامتداد One Click Clear Cache بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Clear cache with just one click, you don't have to search for browser settings or right options to clear your browser cache, they are all here, just click on the extension icon and choose the options Best suited for you.
معلومات أساسية عن التمديد
الاسم | One Click Clear Cache |
ID | mdlbedpjjbmheepjjfnlalbdbekphbmf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/one-click-clear-cache/mdlbedpjjbmheepjjfnlalbdbekphbmf |
الوصف | clear cache with one click |
حجم الملف | 47.62 KB |
عدد التثبيتات | 268 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-01-30 |
تاريخ النشر | 2021-01-29 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Salman Tariq |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One Click Clear Cache", "description": "clear cache with one click", "version": "1.0", "icons": { "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "48": "icons\/48.png", "128": "icons\/128.png" }, "default_popup": "options.html", "default_title": "Clear Cache" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "browsingData", "storage" ] } |