History Eraser

Erase Browser History, Hold CTRL key and click the extension icon for Setting

¿Qué es History Eraser?

History Eraser es una extensión de Chrome desarrollada por hiatamaworkshop, y su función principal es "Erase Browser History, Hold CTRL key and click the extension icon for Setting".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión History Eraser

Descarga archivos de extensión History Eraser en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Erases Browser History.
Click the icon on the browser and it will erase the browser history according to the setting.


**IMPORTANT**
You need to give the setting to the extension first.
Hold 'CTRL key' and click the extension icon, and it should open the setting page. If it does not, make sure you are on the web page that allows Chrome Extensions generally, even that doesn't work, the extension is not compatible with your machine, sorry.                    

Información Básica de la Extensión

Nombre History Eraser History Eraser
ID pinefodogpimpgfepkmkbppkiofoioae
URL Oficial https://chrome.google.com/webstore/detail/history-eraser/pinefodogpimpgfepkmkbppkiofoioae
Descripción Erase Browser History, Hold CTRL key and click the extension icon for Setting
Tamaño del Archivo 12.32 KB
Cantidad de Instalaciones 234
Versión Actual 0.1.1
Última Actualización 2019-06-19
Fecha de Publicación 2019-06-19
Desarrollador hiatamaworkshop
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Eraser",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Erase Browser History, Hold CTRL key and click the extension icon for Setting",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "history.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "content.js"
    ],
    "permissions": [
        "tabs",
        "storage",
        "browsingData"
    ]
}