Clear History

Quickly clears the browser history.

Co to jest Clear History?

Clear History to rozszerzenie Chrome opracowane przez Mike Frysinger, a jego główną funkcją jest „Quickly clears the browser history.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Clear History

Pobierz pliki rozszerzeń Clear History 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

                        Automatically clear all history, or expire old entries while preserving the most recent!

Feel free to review the extension source at the homepage linked on the right.                    

Podstawowe informacje o rozszerzeniu

Nazwa Clear History Clear History
ID kihobnjokffgdfnhjdfiaibalbgfolic
Oficjalny URL https://chromewebstore.google.com/detail/clear-history/kihobnjokffgdfnhjdfiaibalbgfolic
Opis Quickly clears the browser history.
Rozmiar pliku 33.48 KB
Liczba instalacji 3,555
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2022-10-10
Data Publikacji 2016-02-28
Ocena 3.97/5 Łącznie 30 Oceny
Deweloper Mike Frysinger
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://git.wh0rd.org/chrome-ext/clearhistory-advance-fork.git
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "100",
    "version": "2.0.0",
    "description": "__MSG_description__",
    "permissions": [
        "alarms",
        "history",
        "cookies",
        "downloads",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "javascript\/clearhistory.js",
        "type": "module"
    },
    "options_page": "views\/options.html",
    "action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_title__",
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}