Clear History

Quickly clears the browser history.

Clear History là gì?

Clear History là một tiện ích mở rộng Chrome được phát triển bởi Mike Frysinger, và tính năng chính của nó là "Quickly clears the browser history.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

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

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

                        Automatically clear all history, or expire old entries while preserving the most recent!

Feel free to review the extension source at the homepage linked on the right.                    

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

Tên Clear History Clear History
ID kihobnjokffgdfnhjdfiaibalbgfolic
URL Chính Thức https://chromewebstore.google.com/detail/clear-history/kihobnjokffgdfnhjdfiaibalbgfolic
Mô tả Quickly clears the browser history.
Kích Thước Tệp 33.48 KB
Số Lần Cài Đặt 3,555
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2022-10-10
Ngày Phát Hành 2016-02-28
Đánh Giá 3.97/5 Tổng số 30 Đánh Giá
Nhà Phát Triển Mike Frysinger
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://git.wh0rd.org/chrome-ext/clearhistory-advance-fork.git
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "version": "2.0.0",
    "description": "__MSG_description__",
    "permissions": [
        "alarms",
        "history",
        "cookies",
        "downloads",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "javascript\/clearhistory.js",
        "type": "module"
    },
    "options_page": "views\/options.html",
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_title__",
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}