History Disabler

Disable history in Chrome by deleting history when responsible tabs are closed.

History Disabler là gì?

History Disabler là một tiện ích mở rộng Chrome được phát triển bởi Aaron Horler, và tính năng chính của nó là "Disable history in Chrome by deleting history when responsible tabs are closed.".

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

screenshot

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

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

                        Disable browsing history in Chrome by deleting history as you close tabs.

WARNING - This extension will remove ALL of your browsing history. Do no install this extension if you wish to selectively keep any, or all, of your history.

GitHub source - https://github.com/aghorler/History-Disabler-for-Chromium

CHANGELOG 

2.1.0 - Add legacy (pre-2.0.2) functionality to appease some users.
2.0.2 - Resolve an issue with Chrome's back/forward navigation functionality.
1.6.1 - Automatic option saving.
1.5.2 - New option to retain 'Recently closed' tabs for a session, as per user request.
1.5.1 - GitHub username change, very minor fixes.
1.5 - New download history option, new icon, and other minor fixes.                    

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

Tên History Disabler History Disabler
ID idfabmmfgdfcjehenodijniddhhgodgo
URL Chính Thức https://chrome.google.com/webstore/detail/idfabmmfgdfcjehenodijniddhhgodgo
Mô tả Disable history in Chrome by deleting history when responsible tabs are closed.
Kích Thước Tệp 11.44 KB
Số Lần Cài Đặt 11,595
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2018-07-14
Ngày Phát Hành 2018-07-14
Đánh Giá 4.03/5 Tổng số 65 Đánh Giá
Nhà Phát Triển Aaron Horler
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/aghorler/History-Disabler-for-Chromium
URL Trang Trợ Giúp https://github.com/aghorler/History-Disabler-for-Chromium/blob/master/DOCUMENTATION.md#documentation
URL Trang Chính Sách Bảo Mật https://aaronhorler.com/privacy.txt
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Disabler",
    "version": "2.1.0",
    "manifest_version": 2,
    "description": "Disable history in Chrome by deleting history when responsible tabs are closed.",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "\/img\/icon128.png"
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "permissions": [
        "browsingData",
        "history",
        "downloads",
        "storage",
        "tabs"
    ]
}