Offline Cleaner
This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.
ما هو Offline Cleaner؟
Offline Cleaner هو إضافة Chrome تم تطويرها بواسطة Ashier de Leon، والميزة الرئيسية لها هي "This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Offline Cleaner
قم بتنزيل ملفات الامتداد Offline Cleaner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will clear out AppCache, LocalStorage, IndexedDB, ServiceWorkers and WebSQL.
معلومات أساسية عن التمديد
الاسم | Offline Cleaner |
ID | hjfgpfoninbdlfkhlimmjljgelgiljba |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/offline-cleaner/hjfgpfoninbdlfkhlimmjljgelgiljba |
الوصف | This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL. |
حجم الملف | 43.94 KB |
عدد التثبيتات | 148 |
النسخة الحالية | 1.4 |
آخر تحديث | 2016-09-30 |
تاريخ النشر | 2016-09-30 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Ashier de Leon |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Offline Cleaner", "short_name": "OfflineCleaner", "description": "This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.", "version": "1.4", "browser_action": { "default_title": "Cleanup AppCache", "default_icon": "icons\/icon_128.png", "default_popup": "clean.html" }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "browsingData", "tabs" ] } |