History On/Off Switch

Selectively/Temporary Enable/Disable Browser History

Cos'è History On/Off Switch?

History On/Off Switch è un'estensione di Chrome sviluppata da HedCET, e la sua funzione principale è "Selectively/Temporary Enable/Disable Browser History".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione History On/Off Switch

Scarica i file di estensione History On/Off Switch 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

                        this extension provide you disable/enable browsing/downloads history & permanently block user-given keyword/URL regex patterns from past/present/future history

if you remove an URL immediately from the history then the back button functionality doesn't work as expected, this extension will clear the history tab wise when it close

similar in downloads history, this extension will clear the downloads history when it done

if you want to permanently remove certain keywords/URLs from past/present/future history that's given in the options page

clear tabs history on close, clear interrupted/completed downloads history & permanently block user-given keyword/URL regex patterns                    

Informazioni di Base sull'Estensione

Nome History On/Off Switch History On/Off Switch
ID emmnfedbicipebplokdnmiggphokpneo
URL Ufficiale https://chromewebstore.google.com/detail/history-onoff-switch/emmnfedbicipebplokdnmiggphokpneo
Descrizione Selectively/Temporary Enable/Disable Browser History
Dimensione del File 8.1 KB
Conteggio Installazioni 26
Versione Corrente 1.5
Ultimo Aggiornamento 2021-07-12
Data di Pubblicazione 2021-07-01
Sviluppatore HedCET
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/HedCET/disable-history/wiki
URL della Pagina di Aiuto https://github.com/HedCET/disable-history/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.scripts.js"
        ]
    },
    "browser_action": {
        "default_icon": "enabled.png",
        "default_title": "History Enabled"
    },
    "description": "Selectively\/Temporary Enable\/Disable Browser History",
    "homepage_url": "https:\/\/github.com\/HedCET\/disable-history\/wiki",
    "icons": {
        "48": "enabled.png"
    },
    "manifest_version": 2,
    "name": "History On\/Off Switch",
    "offline_enabled": true,
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "downloads",
        "history",
        "storage",
        "tabs"
    ],
    "version": "1.5"
}