History Auto-Eraser

History Auto-Eraser by Owlsee

Qu'est-ce que History Auto-Eraser ?

History Auto-Eraser est une extension Chrome développée par https://owlsee.com, et sa fonction principale est "History Auto-Eraser by Owlsee".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension History Auto-Eraser

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

                        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.                    

Informations de Base sur l'Extension

Nom History Auto-Eraser History Auto-Eraser
ID nifjbfjmcncginckeohklpodpknneefh
URL Officiel https://chromewebstore.google.com/detail/history-auto-eraser/nifjbfjmcncginckeohklpodpknneefh
Description History Auto-Eraser by Owlsee
Taille du Fichier 79.23 KB
Nombre d'Installations 186
Version Actuelle 1.2
Dernière Mise à Jour 2019-11-20
Date de Publication 2019-11-19
Évaluation 3.00/5 Total 4 Évaluations
Développeur https://owlsee.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://reader.owlsee.com/legal
Langues Prises en Charge 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"
    ]
}