History Sweep

Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....

Co to jest History Sweep?

History Sweep to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia History Sweep

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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa History Sweep History Sweep
ID ihlmknoahbfopamapcmfbhcebdidkjbh
Oficjalny URL https://chromewebstore.google.com/detail/history-sweep/ihlmknoahbfopamapcmfbhcebdidkjbh
Opis Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....
Rozmiar pliku 15.54 KB
Liczba instalacji 171
Aktualna Wersja 9.8.7
Ostatnia Aktualizacja 2017-04-15
Data Publikacji 2017-04-14
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "bg.js"
        ]
    },
    "description": "Instantly and automatically delete your Browsing history, Download URLs, Saved Passwords, Cookies, Local Data, Cache....",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "32": "32.png",
        "48": "48.png"
    },
    "permissions": [
        "storage",
        "browsingData"
    ],
    "version": "9.8.7",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Sweep",
    "offline_enabled": true,
    "optional_permissions": [
        "downloads",
        "contentSettings"
    ],
    "options_page": "options.html"
}