Browser History Cleaner

Delete chrome browser history by date range and keywords

Browser History Cleaner là gì?

Browser History Cleaner là một tiện ích mở rộng Chrome được phát triển bởi SENTHILKUMAR R, và tính năng chính của nó là "Delete chrome browser history by date range and keywords".

Ả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 Browser History Cleaner

Tải xuống các tệp mở rộng Browser 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 app allows you to delete chrome history by date and keywords

This app does not store any of your data.

Please watch following videos to get know how this app works:
1. https://youtu.be/vV9nWdJbge4

Terms & Conditions:
Use "Custom History Cleaner" at your own risk. No guarantee or warranty is given. The author shall not be held liable for any damage or loss of data. Usage of this app means that you agree to these terms.

For any query: [email protected]/+919663026088, [email protected]                    

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

Tên Browser History Cleaner Browser History Cleaner
ID pefjnkakpdplpfeiiolfiedmahkihbih
URL Chính Thức https://chromewebstore.google.com/detail/browser-history-cleaner/pefjnkakpdplpfeiiolfiedmahkihbih
Mô tả Delete chrome browser history by date range and keywords
Kích Thước Tệp 300 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2020-09-29
Ngày Phát Hành 2020-08-12
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển SENTHILKUMAR R
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser History Cleaner",
    "short_name": "Browser History Cleaner",
    "description": "Delete chrome browser history by date range and keywords",
    "version": "0.0.4",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Browser History Cleaner"
    },
    "background": {
        "scripts": [
            "js\/background.min.js",
            "js\/utils.min.js"
        ]
    },
    "permissions": [
        "history"
    ],
    "web_accessible_resources": [
        "screens\/index.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self' "
}