Remove Cookies For Site
A Chrome extension to remove all cookies for the current site.
Remove Cookies For Site là gì?
Remove Cookies For Site là một tiện ích mở rộng Chrome được phát triển bởi nestor, và tính năng chính của nó là "A Chrome extension to remove all cookies for the current site.".
Ả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 Remove Cookies For Site
Tải xuống các tệp mở rộng Remove Cookies For Site 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
Click the broken cookie and all cookies for the current site will be deleted.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remove Cookies For Site |
ID | lmfdblomdpkcniknaenceeogpgepocmm |
URL Chính Thức | https://chromewebstore.google.com/detail/remove-cookies-for-site/lmfdblomdpkcniknaenceeogpgepocmm |
Mô tả | A Chrome extension to remove all cookies for the current site. |
Kích Thước Tệp | 412 KB |
Số Lần Cài Đặt | 35,152 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2023-06-27 |
Ngày Phát Hành | 2016-06-04 |
Đánh Giá | 3.56/5 Tổng số 180 Đánh Giá |
Nhà Phát Triển | nestor |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
URL Trang Chính Sách Bảo Mật | http://thinkinginsoftware.blogspot.com/2010/03/chrome-extension-to-remove-cookies-for.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Remove Cookies For Site", "version": "1.7", "description": "A Chrome extension to remove all cookies for the current site.", "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "cookie_handler.js" }, "icons": { "48": "broken-cookie48.png", "128": "broken-cookie128.png" }, "action": { "default_icon": { "48": "broken-cookie48.png", "128": "broken-cookie128.png" } } } |