Clear History

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

什麼是Clear History?

Clear History是由lisa1971simmons開發的Chrome擴展程式,該擴展的主要功能是“Keep your searches private also clear your History with a single click”。

擴展截圖

screenshot
screenshot

下載Clear History擴展crx文件

下載Clear History擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Clear History Clear History
ID dfegfkhgcngajnednphcmpellnlnganh
官方網址 https://chrome.google.com/webstore/detail/clear-history/dfegfkhgcngajnednphcmpellnlnganh
簡介 Keep your searches private also clear your History with a single click
檔案大小 856 KB
安裝次數 696
目前版本 1.0.1
更新時間 2021-02-04
上架時間 2021-02-04
評分 1.00/5 共 1 次評分
開發者 lisa1971simmons
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://search-trends.co/privacy.php
支援的語言 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\/*"
    ]
}