Clear History

Keep your searches private also clear your History with a single click

Clear History là gì?

Clear History là một tiện ích mở rộng Chrome được phát triển bởi lisa1971simmons, và tính năng chính của nó là "Keep your searches private also clear your History with a single click".

Ả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

                        Clear History is free solution.

Clear History:
https://search-trends.co/clear-history

Keep your searches private by redirecting searches that may be tracked to Clear History, 

- The tool is used to remove browsing history. 
- Click browser Action icon and clear your history in one click.
  
What is Clear History Used for?
Clear History is a search engine, so it's used to find websites and information on the internet. It's a private search engine so people rely on Clear History for sensitive searches that they don't want other people to know about.                    

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

Tên Clear History Clear History
ID dfegfkhgcngajnednphcmpellnlnganh
URL Chính Thức https://chrome.google.com/webstore/detail/clear-history/dfegfkhgcngajnednphcmpellnlnganh
Mô tả Keep your searches private also clear your History with a single click
Kích Thước Tệp 856 KB
Số Lần Cài Đặt 696
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-02-04
Ngày Phát Hành 2021-02-04
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển lisa1971simmons
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://search-trends.co/privacy.php
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "background": {
        "scripts": [
            "libs\/jquery-3.1.1.min.js",
            "libs\/moment.js",
            "libs\/signals.min.js",
            "libs\/icon-animation.js",
            "js\/analytic.js",
            "js\/bg_search.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/ext.png",
            "16": "images\/ext.png",
            "19": "images\/ext.png",
            "24": "images\/ext.png",
            "32": "images\/ext.png",
            "48": "images\/ext.png"
        },
        "default_title": "Clear History"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "libs\/jquery-3.1.1.min.js",
                "contentscript\/content.js"
            ],
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.yahoo.com\/*",
                "*:\/\/*.msn.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Keep your searches private also clear your History with a single click",
    "icons": {
        "128": "images\/ext.png",
        "16": "images\/ext.png",
        "19": "images\/ext.png",
        "24": "images\/ext.png",
        "32": "images\/ext.png",
        "48": "images\/ext.png"
    },
    "manifest_version": 2,
    "name": "Clear History",
    "permissions": [
        "browsingData",
        "webRequest",
        "webNavigation",
        "*:\/\/*.google.com\/*",
        "*:\/\/*.bing.com\/",
        "*:\/\/*.search.yahoo.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": [
        "images\/*",
        "js\/*",
        "contentscript\/*"
    ]
}