History Cleaner

Plugin to clear browsing data of Chrome

History Cleaner là gì?

History Cleaner là một tiện ích mở rộng Chrome được phát triển bởi responsivewebdev, và tính năng chính của nó là "Plugin to clear browsing data of Chrome".

Tải xuống tệp CRX của tiện ích mở rộng History Cleaner

Tải xuống các tệp mở rộng History 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

                        This is a simple extension which helps to clear "appcache", "cache", "cookies", "downloads", "filesystems", "form data"   and most importantly "history". This will be  useful to developers as well normal users.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên History Cleaner History Cleaner
ID bpapaaeaaoiejhimlojglikfdidcelcm
URL Chính Thức https://chromewebstore.google.com/detail/history-cleaner/bpapaaeaaoiejhimlojglikfdidcelcm
Mô tả Plugin to clear browsing data of Chrome
Kích Thước Tệp 20.66 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-11-30
Ngày Phát Hành 2015-11-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển responsivewebdev
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Cleaner",
    "version": "1.2",
    "description": "Plugin to clear browsing data of Chrome",
    "permissions": [
        "browsingData"
    ],
    "browser_action": {
        "default_popup": "cleardata.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}