History AutoDelete

Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History

History AutoDelete là gì?

History AutoDelete là một tiện ích mở rộng Chrome được phát triển bởi CAD Team, và tính năng chính của nó là "Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History".

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

screenshot
screenshot
screenshot

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

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

                        Control your history! This extension will let you pick a domain to be auto deleted from history. Useful for any site that likes to spawn a bunch of history entries (ex. Google Maps or Google Translate). Also you choose how long to keep history.

Main Features
- Set any domain's history to be auto deleted
- Import and Export your list of domains
- Keep history for X days (auto delete older history)
- Counts the total number history deleted
- Icon shows you how many times that domain's entries show up in your history
- Clear all history for a domain on demand
- Responsive and Sleek Settings Menu                    

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

Tên History AutoDelete History AutoDelete
ID bhfakmaiadhflpjloimlagikhodjiefj
URL Chính Thức https://chromewebstore.google.com/detail/history-autodelete/bhfakmaiadhflpjloimlagikhodjiefj
Mô tả Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History
Kích Thước Tệp 773 KB
Số Lần Cài Đặt 7,708
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2017-08-16
Ngày Phát Hành 2017-08-16
Đánh Giá 4.15/5 Tổng số 26 Đánh Giá
Nhà Phát Triển CAD Team
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mrdokenny/History-AutoDelete/
URL Trang Trợ Giúp https://github.com/mrdokenny/History-AutoDelete/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "global_files\/browserDetect.js",
            "global_files\/browser-polyfill.js",
            "global_files\/redux.js",
            "global_files\/redux-thunk.js",
            "global_files\/redux-webext.js",
            "global_files\/shortid.js",
            "backgroundBundle.js"
        ]
    },
    "description": "Control Your History! Choose to Auto Delete Certain History and\/or Auto Clean Older History",
    "homepage_url": "https:\/\/github.com\/mrdokenny\/History-AutoDelete",
    "browser_action": {
        "default_icon": {
            "24": "icons\/icon_24.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png"
        },
        "default_title": "History AutoDelete",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "history",
        "tabs",
        "storage",
        "alarms"
    ],
    "manifest_version": 2,
    "name": "History AutoDelete",
    "version": "2.0.2"
}