Delete Cookies and Site Data
Delete cookies, storage and cache of all websites except the whitelisted domains.
Delete Cookies and Site Data là gì?
Delete Cookies and Site Data là một tiện ích mở rộng Chrome được phát triển bởi https://browsernative.com, và tính năng chính của nó là "Delete cookies, storage and cache of all websites except the whitelisted domains.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Delete Cookies and Site Data
Tải xuống các tệp mở rộng Delete Cookies and Site Data dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Delete Cookies and Site Data |
ID | aegmcdedlldfknejkhgjailcpkofpphb |
URL Chính Thức | https://chromewebstore.google.com/detail/delete-cookies-and-site-d/aegmcdedlldfknejkhgjailcpkofpphb |
Mô tả | Delete cookies, storage and cache of all websites except the whitelisted domains. |
Kích Thước Tệp | 18.81 KB |
Số Lần Cài Đặt | 267 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-08-11 |
Ngày Phát Hành | 2022-08-11 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://browsernative.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://browsernative.com/delete-cookies-chrome-extension/ |
URL Trang Trợ Giúp | https://browsernative.com/delete-cookies-chrome-extension/ |
URL Trang Chính Sách Bảo Mật | https://browsernative.com/extensions-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |