History Eraser

Erase Browser History, Hold CTRL key and click the extension icon for Setting

Qu'est-ce que History Eraser ?

History Eraser est une extension Chrome développée par hiatamaworkshop, et sa fonction principale est "Erase Browser History, Hold CTRL key and click the extension icon for Setting".

Captures d'Écran de l'Extension

screenshot

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

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

                        Erases Browser History.
Click the icon on the browser and it will erase the browser history according to the setting.


**IMPORTANT**
You need to give the setting to the extension first.
Hold 'CTRL key' and click the extension icon, and it should open the setting page. If it does not, make sure you are on the web page that allows Chrome Extensions generally, even that doesn't work, the extension is not compatible with your machine, sorry.                    

Informations de Base sur l'Extension

Nom History Eraser History Eraser
ID pinefodogpimpgfepkmkbppkiofoioae
URL Officiel https://chrome.google.com/webstore/detail/history-eraser/pinefodogpimpgfepkmkbppkiofoioae
Description Erase Browser History, Hold CTRL key and click the extension icon for Setting
Taille du Fichier 12.32 KB
Nombre d'Installations 234
Version Actuelle 0.1.1
Dernière Mise à Jour 2019-06-19
Date de Publication 2019-06-19
Développeur hiatamaworkshop
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Eraser",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Erase Browser History, Hold CTRL key and click the extension icon for Setting",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "history.html",
        "default_icon": "icons\/icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "content.js"
    ],
    "permissions": [
        "tabs",
        "storage",
        "browsingData"
    ]
}