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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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",
" | |