History Eraser

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

Vad är History Eraser?

History Eraser är en Chrome-tillägg utvecklad av hiatamaworkshop, och dess huvudfunktion är "Erase Browser History, Hold CTRL key and click the extension icon for Setting".

Tilläggsskärmbilder

screenshot

Ladda ner History Eraser-förlängningens CRX-fil

Ladda ner History Eraser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn History Eraser History Eraser
ID pinefodogpimpgfepkmkbppkiofoioae
Officiell webbadress https://chrome.google.com/webstore/detail/history-eraser/pinefodogpimpgfepkmkbppkiofoioae
Beskrivning Erase Browser History, Hold CTRL key and click the extension icon for Setting
Filstorlek 12.32 KB
Antal Installationer 234
Aktuell Version 0.1.1
Senast Uppdaterad 2019-06-19
Publiceringsdatum 2019-06-19
Utvecklare hiatamaworkshop
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}