Clear History & Web Cache
Clear your browser history, cache and cookies for Google Chrome in just one click!
Clear History & Web Cacheคืออะไร?
Clear History & Web Cache เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://history-and-cache-clean.freefinancetools.net และคุณลักษณะหลักของมันคือ "Clear your browser history, cache and cookies for Google Chrome in just one click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clear History & Web Cache
ดาวน์โหลดไฟล์ส่วนขยาย Clear History & Web Cache ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Clear History and Web Cache is a useful plug-in that helps you quickly clear data from Google Chrome. This helps remove all traces of your online activities to protect your privacy. ★ Clear browsing data from your user profile. ★ Make your Google Chrome browser faster and protect your personal data! ★ This extension supports Chrome 19 and later. ★★★ Main Features ★★★ ★ Instant removal of cache, history, cookies and much more with one click ★ Clear Chrome History ★ Clear download history ★ Clear cache ★ Delete cookies and other sites and plugin data ★ Clear saved passwords ★ Clear saved form data ★ Ability to select a period of time to clear the cache ★ This software is 100% free and does not require payment. Enjoy browsing the web faster if you use Clear History & Web Cache
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clear History & Web Cache |
ID | pjhgdolnnlcjdngllidooanllmcagopf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clear-history-web-cache/pjhgdolnnlcjdngllidooanllmcagopf |
คำอธิบาย | Clear your browser history, cache and cookies for Google Chrome in just one click! |
ขนาดไฟล์ | 1.66 MB |
จำนวนการติดตั้ง | 3,373 |
เวอร์ชันปัจจุบัน | 3.0.1 |
อัปเดตครั้งล่าสุด | 2023-11-01 |
วันที่เผยแพร่ | 2020-07-16 |
คะแนน | 4.68/5 รวมทั้งหมด 106 คะแนน |
ผู้พัฒนา | https://history-and-cache-clean.freefinancetools.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://history-and-cache-clean.freefinancetools.net |
URL หน้าช่วยเหลือ | https://history-and-cache-clean.freefinancetools.net |
ภาษาที่รองรับ | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "short_name": "history & web cache cleaner", "version": "3.0.1", "default_locale": "en", "offline_enabled": true, "homepage_url": "https:\/\/history-and-cache-clean.freefinancetools.net", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "action": { "default_icon": { "38": "img\/icon_38.png" }, "default_title": "__MSG_app_name__", "default_popup": "ui\/popup.html" }, "background": { "service_worker": "js\/background.js" }, "options_page": "ui\/options.html", "permissions": [ "activeTab", "storage", "browsingData", "cookies", "scripting" ], "web_accessible_resources": [ { "resources": [ "img\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |