History Eraser

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

Cos'è History Eraser?

History Eraser è un'estensione di Chrome sviluppata da hiatamaworkshop, e la sua funzione principale è "Erase Browser History, Hold CTRL key and click the extension icon for Setting".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione History Eraser

Scarica i file di estensione History Eraser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome History Eraser History Eraser
ID pinefodogpimpgfepkmkbppkiofoioae
URL Ufficiale https://chrome.google.com/webstore/detail/history-eraser/pinefodogpimpgfepkmkbppkiofoioae
Descrizione Erase Browser History, Hold CTRL key and click the extension icon for Setting
Dimensione del File 12.32 KB
Conteggio Installazioni 234
Versione Corrente 0.1.1
Ultimo Aggiornamento 2019-06-19
Data di Pubblicazione 2019-06-19
Sviluppatore hiatamaworkshop
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}