Cache Buster
adds a buster to your calls
ما هو Cache Buster؟
Cache Buster هو إضافة Chrome تم تطويرها بواسطة LumberjackOtters، والميزة الرئيسية لها هي "adds a buster to your calls".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cache Buster
قم بتنزيل ملفات الامتداد Cache Buster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a buster to your pages to avoid caching, enjoy :) معلومات أساسية عن التمديد
| الاسم | |
| ID | ohmdlkcmlkalaplcocbkaiilcdlldlaj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/cache-buster/ohmdlkcmlkalaplcocbkaiilcdlldlaj |
| الوصف | adds a buster to your calls |
| حجم الملف | 26.45 KB |
| عدد التثبيتات | 207 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2020-10-25 |
| تاريخ النشر | 2017-05-13 |
| تقييم | 3.00/5 مجموع تقييمات 2 |
| المطور | LumberjackOtters |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cache Buster",
"description": "adds a buster to your calls",
"icons": {
"16": "icons\/icon16.png",
"20": "icons\/icon20.png",
"32": "icons\/icon32.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"version": "1.2",
"background": {
"scripts": [
"buster.js"
]
},
"options_page": "config\/config.html",
"browser_action": {
"name": "Click to activate the cache buster"
},
"permissions": [
"activeTab",
"webRequest",
"webRequestBlocking",
" | |