Forget Button - Clean your Browser
Quickly delete recent browser history, cookies, cache, downloads, forms, and passwords for a custom period.
Forget Button - Clean your Browserคืออะไร?
Forget Button - Clean your Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย unixeco และคุณลักษณะหลักของมันคือ "Quickly delete recent browser history, cookies, cache, downloads, forms, and passwords for a custom period."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forget Button - Clean your Browser
ดาวน์โหลดไฟล์ส่วนขยาย Forget Button - Clean your Browser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to wipe various types of data, including recent application cache, browser cache, cookies, downloads, stored files, forms, history, IndexedDB databases, local storage, certificates, passwords (with caution), plugins' data, and service workers functioning similarly to the built-in Firefox add-on "Forget Button" feature. Additionally, you have the flexibility to designate a proper zone for data wiping, with support for the following zones: - Normal websites - Protected websites (exercise caution!) - Extensions zone (proceed with care!) Definitions: - Extensions zone: Contains data from installed extensions and packaged applications. - Protected websites zone: Includes data from websites installed as hosted applications. For bug reports, please visit: https://github.com/andy-portmen/ecleaner Change log: Version 0.1.4: 1. Introduces the ability to define a custom period for cleaning tasks. Version 0.1.5: 1. Allows users to perform cleaning on browser exit when there are no open browser windows.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Forget Button - Clean your Browser |
ID | ejhlpopncnfaaeicmbdnddebccnkfenn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/forget-button-clean-your/ejhlpopncnfaaeicmbdnddebccnkfenn |
คำอธิบาย | Quickly delete recent browser history, cookies, cache, downloads, forms, and passwords for a custom period. |
ขนาดไฟล์ | 61.74 KB |
จำนวนการติดตั้ง | 3,941 |
เวอร์ชันปัจจุบัน | 0.3.3 |
อัปเดตครั้งล่าสุด | 2023-07-24 |
วันที่เผยแพร่ | 2019-07-20 |
คะแนน | 4.48/5 รวมทั้งหมด 31 คะแนน |
ผู้พัฒนา | unixeco |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://webextension.org/listing/ecleaner.html |
URL หน้าช่วยเหลือ | https://webextension.org/listing/ecleaner.html |
URL หน้านโยบายความเป็นส่วนตัว | https://add0n.com/policies/unixeco.txt |
ภาษาที่รองรับ | de,en,fr,nl,es,it,pl,pt-BR,pt-PT,cs,el,bg,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forget Button - Clean your Browser", "description": "__MSG_description__", "default_locale": "en", "version": "0.3.3", "manifest_version": 3, "permissions": [ "storage", "notifications", "browsingData" ], "homepage_url": "https:\/\/webextension.org\/listing\/ecleaner.html", "icons": { "16": "\/data\/icons\/16.png", "19": "\/data\/icons\/19.png", "32": "\/data\/icons\/32.png", "38": "\/data\/icons\/38.png", "48": "\/data\/icons\/48.png", "64": "\/data\/icons\/64.png", "128": "\/data\/icons\/128.png", "256": "\/data\/icons\/256.png" }, "background": { "service_worker": "worker.js" }, "action": { "default_popup": "\/data\/panel\/index.html" }, "options_ui": { "page": "\/data\/options\/index.html" }, "offline_enabled": true, "commands": { "_execute_action": [] } } |