History Auto-Eraser

History Auto-Eraser by Owlsee

Cos'è History Auto-Eraser?

History Auto-Eraser è un'estensione di Chrome sviluppata da https://owlsee.com, e la sua funzione principale è "History Auto-Eraser by Owlsee".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione History Auto-Eraser

Scarica i file di estensione History Auto-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

                        Add page's URL or whole site's URLs to ignore list, Auto-Eraser will erase the assigned browser history automatically.

- Erase browser history automatically.                    

Informazioni di Base sull'Estensione

Nome History Auto-Eraser History Auto-Eraser
ID nifjbfjmcncginckeohklpodpknneefh
URL Ufficiale https://chromewebstore.google.com/detail/history-auto-eraser/nifjbfjmcncginckeohklpodpknneefh
Descrizione History Auto-Eraser by Owlsee
Dimensione del File 79.23 KB
Conteggio Installazioni 186
Versione Corrente 1.2
Ultimo Aggiornamento 2019-11-20
Data di Pubblicazione 2019-11-19
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore https://owlsee.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://reader.owlsee.com/legal
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Auto-Eraser",
    "description": "History Auto-Eraser by Owlsee",
    "version": "1.2",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo_16.png",
            "48": "img\/logo_48.png",
            "128": "img\/logo_128.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "History Auto-Eraser"
    },
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "history",
        "tabs"
    ]
}