CookieSmash
Quickly remove all cookies associate on a site.
CookieSmash là gì?
CookieSmash là một tiện ích mở rộng Chrome được phát triển bởi Jack Nguyen, và tính năng chính của nó là "Quickly remove all cookies associate on a site.".
Tải xuống tệp CRX của tiện ích mở rộng CookieSmash
Tải xuống các tệp mở rộng CookieSmash 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 cookie icon and all cookies for the current site will be deleted and the page will refresh. This was developed because unlike other cookie removers it did not refresh the page. I am debating whether to have a popup when the extension deletes everything because as a developer I clear cookies constantly and it would get annoying to have a warning every time. But please let me know what you guys think. Hopefully this helps someone.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nnnahedhiocibebgbmfiknmjeoflhdfe |
URL Chính Thức | https://chrome.google.com/webstore/detail/cookiesmash/nnnahedhiocibebgbmfiknmjeoflhdfe |
Mô tả | Quickly remove all cookies associate on a site. |
Kích Thước Tệp | 67.73 KB |
Số Lần Cài Đặt | 149 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2015-06-02 |
Ngày Phát Hành | 2015-06-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Jack Nguyen |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CookieSmash", "version": "0.1", "description": "Quickly remove all cookies associate on a site.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "CookieSmash" }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] } } |