Forget — clear history with one click
Protect your privacy and clear your browsing history with one simple click!
Forget — clear history with one click là gì?
Forget — clear history with one click là một tiện ích mở rộng Chrome được phát triển bởi Virae, và tính năng chính của nó là "Protect your privacy and clear your browsing history with one simple 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 Forget — clear history with one click
Tải xuống các tệp mở rộng Forget — clear history with one click 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
Clear your browsing history and cache with one easy click! Take control over your privacy and browsing data. Browsers keep track of your online activity and websites you visit may gather cookies or collect personal information about you. Protect your private data with our extension. Forget is heavily inspired by Firefox "Forget button".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Forget — clear history with one click |
ID | pcdnmhdaiehinndodginnphbakcoffoa |
URL Chính Thức | https://chromewebstore.google.com/detail/forget-%E2%80%94-clear-history-wi/pcdnmhdaiehinndodginnphbakcoffoa |
Mô tả | Protect your privacy and clear your browsing history with one simple click! |
Kích Thước Tệp | 62.97 KB |
Số Lần Cài Đặt | 14,382 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2022-06-17 |
Ngày Phát Hành | 2015-01-19 |
Đánh Giá | 4.09/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | Virae |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon.png", "38": "img\/[email protected]" }, "default_title": "__MSG_app_name__", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "img\/icon_128.png", "48": "img\/icon_48.png", "16": "img\/icon_16.png" }, "default_locale": "en", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "manifest_version": 2, "minimum_chrome_version": "22", "permissions": [ "browsingData" ], "short_name": "__MSG_app_shortname__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6" } |