Clear Browsing Data
Delete browsing data directly from the browser toolbar. Clear cookies, history and cache with a single click.
Clear Browsing Dataคืออะไร?
Clear Browsing Data เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://armin.dev และคุณลักษณะหลักของมันคือ "Delete browsing data directly from the browser toolbar. Clear cookies, history and cache with a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clear Browsing Data
ดาวน์โหลดไฟล์ส่วนขยาย Clear Browsing Data ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Clear Browsing Data is a browser extension which enables you to delete browsing data, such as cookies, history and cache, directly from the browser toolbar. The toolbar button can be configured to clear all browsing data with a single click, or to show a list of data types available for clearing. The continued development of Clear Browsing Data is made possible thanks to the support of awesome backers. If you'd like to join them, please check out https://armin.dev/go/patreon The extension also supports closing and reloading tabs, these features can be configured from the extension's options. Supported data types: • Cookies • Browsing history • Cached images and files • Cache storage data • Autofill form data • Download history • Service Workers • IndexedDB data • Local storage data • Website file systems • Plugin data • Web SQL data • Saved passwords • Application Cache Clearable data types and their order can be customized from the extension's options. The extension is also available for Edge and Firefox: https://github.com/dessant/clear-browsing-data#readme Reviews are not monitored for bug reports, please use GitHub for issues and feature requests. https://github.com/dessant/clear-browsing-data
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clear Browsing Data |
ID | bjilljlpencdcpihofiobpnfgcakfdbe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clear-browsing-data/bjilljlpencdcpihofiobpnfgcakfdbe |
คำอธิบาย | Delete browsing data directly from the browser toolbar. Clear cookies, history and cache with a single click. |
ขนาดไฟล์ | 658 KB |
จำนวนการติดตั้ง | 15,170 |
เวอร์ชันปัจจุบัน | 4.0.0 |
อัปเดตครั้งล่าสุด | 2023-03-05 |
วันที่เผยแพร่ | 2020-02-02 |
คะแนน | 4.14/5 รวมทั้งหมด 28 คะแนน |
ผู้พัฒนา | https://armin.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/dessant/clear-browsing-data#readme |
URL หน้าช่วยเหลือ | https://github.com/dessant/clear-browsing-data/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "4.0.0", "author": "Armin Sebastian", "homepage_url": "https:\/\/github.com\/dessant\/clear-browsing-data", "default_locale": "en", "minimum_chrome_version": "92.0", "permissions": [ "browsingData", "notifications", "storage" ], "content_security_policy": "default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; connect-src *; media-src 'none'; object-src 'none'; child-src 'none'; form-action 'none';", "icons": { "16": "src\/assets\/icons\/app\/icon-16.png", "19": "src\/assets\/icons\/app\/icon-19.png", "24": "src\/assets\/icons\/app\/icon-24.png", "32": "src\/assets\/icons\/app\/icon-32.png", "38": "src\/assets\/icons\/app\/icon-38.png", "48": "src\/assets\/icons\/app\/icon-48.png", "64": "src\/assets\/icons\/app\/icon-64.png", "96": "src\/assets\/icons\/app\/icon-96.png", "128": "src\/assets\/icons\/app\/icon-128.png" }, "browser_action": { "default_icon": { "16": "src\/assets\/icons\/app\/icon-16.png", "19": "src\/assets\/icons\/app\/icon-19.png", "24": "src\/assets\/icons\/app\/icon-24.png", "32": "src\/assets\/icons\/app\/icon-32.png", "38": "src\/assets\/icons\/app\/icon-38.png", "48": "src\/assets\/icons\/app\/icon-48.png", "64": "src\/assets\/icons\/app\/icon-64.png", "96": "src\/assets\/icons\/app\/icon-96.png", "128": "src\/assets\/icons\/app\/icon-128.png" } }, "options_ui": { "page": "src\/options\/index.html", "chrome_style": false, "open_in_tab": true }, "background": { "page": "src\/background\/index.html" }, "incognito": "split" } |