Delete Cookies and Site Data
Delete cookies, storage and cache of all websites except the whitelisted domains.
Delete Cookies and Site Dataคืออะไร?
Delete Cookies and Site Data เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsernative.com และคุณลักษณะหลักของมันคือ "Delete cookies, storage and cache of all websites except the whitelisted domains."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Delete Cookies and Site Data
ดาวน์โหลดไฟล์ส่วนขยาย Delete Cookies and Site Data ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Delete data stored by all websites, or the site open in the current tab. one click to delete cookies and other data (cache, localStorage, indexedDB, webSQL etc.) stored by websites. Set whitelisted domains. Opt to auto-delete site data on browser startup. Visit homepage for more information: https://browsernative.com/delete-cookies-chrome-extension/ Send feedback or suggestion to [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Delete Cookies and Site Data |
ID | aegmcdedlldfknejkhgjailcpkofpphb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/delete-cookies-and-site-d/aegmcdedlldfknejkhgjailcpkofpphb |
คำอธิบาย | Delete cookies, storage and cache of all websites except the whitelisted domains. |
ขนาดไฟล์ | 18.81 KB |
จำนวนการติดตั้ง | 267 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-08-11 |
วันที่เผยแพร่ | 2022-08-11 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://browsernative.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://browsernative.com/delete-cookies-chrome-extension/ |
URL หน้าช่วยเหลือ | https://browsernative.com/delete-cookies-chrome-extension/ |
URL หน้านโยบายความเป็นส่วนตัว | https://browsernative.com/extensions-privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Delete Cookies and Site Data", "description": "Delete cookies, storage and cache of all websites except the whitelisted domains.", "version": "1.0.2", "manifest_version": 3, "background": { "service_worker": "sw.js" }, "action": { "default_icon": "\/static\/icon-128.png", "default_title": "Delete Cookies & Site Data", "default_popup": "popup\/index.html" }, "icons": { "48": "\/static\/icon-48.png", "128": "\/static\/icon-128.png" }, "permissions": [ "browsingData", "storage", "notifications", "activeTab", "history" ], "homepage_url": "https:\/\/browsernative.com\/delete-cookies-chrome-extension\/", "options_page": "\/option\/index.html" } |