No Cache
No Cache automatically clears your browser, download, cookies, form data, passwords, and app data
No Cacheคืออะไร?
No Cache เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JLe และคุณลักษณะหลักของมันคือ "No Cache automatically clears your browser, download, cookies, form data, passwords, and app data"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Cache
ดาวน์โหลดไฟล์ส่วนขยาย No Cache ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* No Cache automatically clears your browser, download, cookies, form data, passwords, and app data. * Configure filter terms to target certain URLs * Enjoy your cacheless browsing experience
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | No Cache |
ID | ogbfmfambmmhfdpfokohebghmcdbodbh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/no-cache/ogbfmfambmmhfdpfokohebghmcdbodbh |
คำอธิบาย | No Cache automatically clears your browser, download, cookies, form data, passwords, and app data |
ขนาดไฟล์ | 62.35 KB |
จำนวนการติดตั้ง | 5,223 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2014-09-05 |
วันที่เผยแพร่ | 2014-09-05 |
คะแนน | 4.00/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | JLe |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "manifest_version": 2, "default_locale": "en", "name": "__MSG_application_title__", "short_name": "__MSG_application_title__", "options_page": "html\/options.html", "description": "__MSG_application_description__", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "name": "__MSG_application_title__", "title": "__MSG_application_title__", "default_icon": "images\/icon16.png" }, "background": { "scripts": [ "js\/custom\/background.js" ] }, "incognito": "split", "minimum_chrome_version": "19.0.1028.0", "offline_enabled": false, "permissions": [ "webRequest", "tabs", "browsingData", " |