No Cache
Ensure that you see your page without client and server caches
ما هو No Cache؟
No Cache هو إضافة Chrome تم تطويرها بواسطة Roman Hlushko، والميزة الرئيسية لها هي "Ensure that you see your page without client and server caches".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة No Cache
قم بتنزيل ملفات الامتداد No Cache بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Take cache cleaning to the next level! No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥
معلومات أساسية عن التمديد
الاسم | No Cache |
ID | imcbegkljmmdaacgnepdhpnlijgpcpbi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi |
الوصف | Ensure that you see your page without client and server caches |
حجم الملف | 18.36 KB |
عدد التثبيتات | 170 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-03-31 |
تاريخ النشر | 2020-03-31 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Roman Hlushko |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/roma-glushko/no-cache-extension |
عنوان صفحة المساعدة | https://github.com/roma-glushko/no-cache-extension |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Cache", "version": "1.0", "description": "Ensure that you see your page without client and server caches", "browser_action": { "default_title": "No Cache!" }, "icons": { "120": "\/images\/icon-120.png" }, "background": { "scripts": [ "actions.js" ], "persistent": false }, "permissions": [ "activeTab", "browsingData", "contextMenus" ] } |