Hulk Smash Browser Cleaner

On Exit Browser Cleaner

Co to jest Hulk Smash Browser Cleaner?

Hulk Smash Browser Cleaner to rozszerzenie Chrome opracowane przez jbriscoe, a jego główną funkcją jest „On Exit Browser Cleaner”.

Pobierz plik CRX rozszerzenia Hulk Smash Browser Cleaner

Pobierz pliki rozszerzeń Hulk Smash Browser Cleaner 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

                        This application, once installed, will wipe your private data every time you launch the browser. You have the ability to choose what you want to delete, but by default all private data is deleted from the beginning of time.

**Please note, if you allow Chrome to run in the background this application will not be able to execute.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hulk Smash Browser Cleaner Hulk Smash Browser Cleaner
ID ppcjeoolbidebblgggbbkimaeilhdgif
Oficjalny URL https://chrome.google.com/webstore/detail/hulk-smash-browser-cleane/ppcjeoolbidebblgggbbkimaeilhdgif
Opis On Exit Browser Cleaner
Rozmiar pliku 190 KB
Liczba instalacji 33
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2013-10-25
Data Publikacji 2013-10-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper jbriscoe
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hulk Smash Browser Cleaner",
    "version": "1.2.2",
    "description": "On Exit Browser Cleaner",
    "permissions": [
        "browsingData",
        "background",
        "tabs",
        "history"
    ],
    "background": {
        "scripts": [
            "eventpage.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}