History Auto-Eraser

History Auto-Eraser by Owlsee

Co to jest History Auto-Eraser?

History Auto-Eraser to rozszerzenie Chrome opracowane przez https://owlsee.com, a jego główną funkcją jest „History Auto-Eraser by Owlsee”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia History Auto-Eraser

Pobierz pliki rozszerzeń History Auto-Eraser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa History Auto-Eraser History Auto-Eraser
ID nifjbfjmcncginckeohklpodpknneefh
Oficjalny URL https://chromewebstore.google.com/detail/history-auto-eraser/nifjbfjmcncginckeohklpodpknneefh
Opis History Auto-Eraser by Owlsee
Rozmiar pliku 79.23 KB
Liczba instalacji 186
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2019-11-20
Data Publikacji 2019-11-19
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper https://owlsee.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://reader.owlsee.com/legal
Obsługiwane Języki 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"
    ]
}