History Disabler

Disable history in Chrome by deleting history when responsible tabs are closed.

Qu'est-ce que History Disabler ?

History Disabler est une extension Chrome développée par Aaron Horler, et sa fonction principale est "Disable history in Chrome by deleting history when responsible tabs are closed.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension History Disabler

Téléchargez les fichiers d'extension History Disabler 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

                        Disable browsing history in Chrome by deleting history as you close tabs.

WARNING - This extension will remove ALL of your browsing history. Do no install this extension if you wish to selectively keep any, or all, of your history.

GitHub source - https://github.com/aghorler/History-Disabler-for-Chromium

CHANGELOG 

2.1.0 - Add legacy (pre-2.0.2) functionality to appease some users.
2.0.2 - Resolve an issue with Chrome's back/forward navigation functionality.
1.6.1 - Automatic option saving.
1.5.2 - New option to retain 'Recently closed' tabs for a session, as per user request.
1.5.1 - GitHub username change, very minor fixes.
1.5 - New download history option, new icon, and other minor fixes.                    

Informations de Base sur l'Extension

Nom History Disabler History Disabler
ID idfabmmfgdfcjehenodijniddhhgodgo
URL Officiel https://chrome.google.com/webstore/detail/idfabmmfgdfcjehenodijniddhhgodgo
Description Disable history in Chrome by deleting history when responsible tabs are closed.
Taille du Fichier 11.44 KB
Nombre d'Installations 11,595
Version Actuelle 2.1.0
Dernière Mise à Jour 2018-07-14
Date de Publication 2018-07-14
Évaluation 4.03/5 Total 65 Évaluations
Développeur Aaron Horler
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/aghorler/History-Disabler-for-Chromium
URL de la Page d'Aide https://github.com/aghorler/History-Disabler-for-Chromium/blob/master/DOCUMENTATION.md#documentation
URL de la Page de Politique de Confidentialité https://aaronhorler.com/privacy.txt
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Disabler",
    "version": "2.1.0",
    "manifest_version": 2,
    "description": "Disable history in Chrome by deleting history when responsible tabs are closed.",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "\/img\/icon128.png"
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "permissions": [
        "browsingData",
        "history",
        "downloads",
        "storage",
        "tabs"
    ]
}