Mass Refresh
Refresh all tabs at once. Bypass local and server caches with one click.
Mass Refreshคืออะไร?
Mass Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fernando Nunogns และคุณลักษณะหลักของมันคือ "Refresh all tabs at once. Bypass local and server caches with one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mass Refresh
ดาวน์โหลดไฟล์ส่วนขยาย Mass Refresh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mass Refresh - refresh all your tabs bypassing caches. One click and all tabs refreshed. The app also suppresses messages from websites like “Do you want to close this page?”.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iciebngoaimmolpjoggceddmmkpkbndg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mass-refresh/iciebngoaimmolpjoggceddmmkpkbndg |
คำอธิบาย | Refresh all tabs at once. Bypass local and server caches with one click. |
ขนาดไฟล์ | 131 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 0.3.3 |
อัปเดตครั้งล่าสุด | 2022-07-25 |
วันที่เผยแพร่ | 2021-08-03 |
คะแนน | 5.00/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Fernando Nunogns |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/1GgTk25EweOzqZo87uIrLAQ9e2Inst2v_CJjBmufKVng/edit?usp=sharing |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "128": "icons\/inactive.png" }, "default_title": "__MSG_app_name__" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_app_desc__", "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "manifest_version": 2, "name": "__MSG_app_name__", "permissions": [ "webRequest", "webRequestBlocking", " |