History Auto-Eraser

History Auto-Eraser by Owlsee

Vad är History Auto-Eraser?

History Auto-Eraser är en Chrome-tillägg utvecklad av https://owlsee.com, och dess huvudfunktion är "History Auto-Eraser by Owlsee".

Tilläggsskärmbilder

screenshot
screenshot

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

Ladda ner History Auto-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

                        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.                    

Grundläggande Information om Tillägg

Namn History Auto-Eraser History Auto-Eraser
ID nifjbfjmcncginckeohklpodpknneefh
Officiell webbadress https://chromewebstore.google.com/detail/history-auto-eraser/nifjbfjmcncginckeohklpodpknneefh
Beskrivning History Auto-Eraser by Owlsee
Filstorlek 79.23 KB
Antal Installationer 186
Aktuell Version 1.2
Senast Uppdaterad 2019-11-20
Publiceringsdatum 2019-11-19
Betyg 3.00/5 Totalt 4 Betyg
Utvecklare https://owlsee.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://reader.owlsee.com/legal
Stödda Språk 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"
    ]
}