Cookie-Cleaner
Chrome extension to clean cookies from the current tab in one click.
Cookie-Cleaner là gì?
Cookie-Cleaner là một tiện ích mở rộng Chrome được phát triển bởi jmatj.dev, và tính năng chính của nó là "Chrome extension to clean cookies from the current tab in one click.".
Ả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 Cookie-Cleaner
Tải xuống các tệp mở rộng Cookie-Cleaner 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
Cookie-Cleaner is a simple and fast extension to clean cookies from the current tab in one click. Don't hassle with sites that are restricting the content based on how many times you have visited their site. In one click you're back on your feet and ready to go on!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cookie-Cleaner |
ID | alnoiokdjddbeifhpfifmlgmdpgapmaj |
URL Chính Thức | https://chromewebstore.google.com/detail/cookie-cleaner/alnoiokdjddbeifhpfifmlgmdpgapmaj |
Mô tả | Chrome extension to clean cookies from the current tab in one click. |
Kích Thước Tệp | 15.15 KB |
Số Lần Cài Đặt | 1,614 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2016-06-03 |
Ngày Phát Hành | 2016-06-03 |
Đánh Giá | 3.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | jmatj.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jmatj/cookie-cleaner |
URL Trang Trợ Giúp | https://github.com/jmatj/cookie-cleaner |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie-Cleaner", "description": "Chrome extension to clean cookies from the current tab in one click.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "remove cookies now", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |