History On/Off Switch

Selectively/Temporary Enable/Disable Browser History

Qu'est-ce que History On/Off Switch ?

History On/Off Switch est une extension Chrome développée par HedCET, et sa fonction principale est "Selectively/Temporary Enable/Disable Browser History".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension History On/Off Switch

Téléchargez les fichiers d'extension History On/Off Switch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom History On/Off Switch History On/Off Switch
ID emmnfedbicipebplokdnmiggphokpneo
URL Officiel https://chromewebstore.google.com/detail/history-onoff-switch/emmnfedbicipebplokdnmiggphokpneo
Description Selectively/Temporary Enable/Disable Browser History
Taille du Fichier 8.1 KB
Nombre d'Installations 26
Version Actuelle 1.5
Dernière Mise à Jour 2021-07-12
Date de Publication 2021-07-01
Développeur HedCET
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/HedCET/disable-history/wiki
URL de la Page d'Aide https://github.com/HedCET/disable-history/issues
Langues Prises en Charge 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"
}