Click and Clean

Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.

Co to jest Click and Clean?

Click and Clean to rozszerzenie Chrome opracowane przez https://browsernative.com, a jego główną funkcją jest „Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Click and Clean

Pobierz pliki rozszerzeń Click and Clean 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

                        Just one click (or use the keyboard shortcut command Ctrl + Shift + E) to delete all your browsing data including all open windows, browsing history, cookies, downloads history, form data, websites' caches and databases.

Created by BrowserNative. Visit https://browsernative.com/click-and-clean-chrome-extension/

Feedback? Send via email to [email protected].                    

Podstawowe informacje o rozszerzeniu

Nazwa Click and Clean Click and Clean
ID mgngmngjioknlgjjaiiamcdbahombpfb
Oficjalny URL https://chromewebstore.google.com/detail/click-and-clean/mgngmngjioknlgjjaiiamcdbahombpfb
Opis Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.
Rozmiar pliku 38.53 KB
Liczba instalacji 10,000
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2023-11-06
Data Publikacji 2018-07-18
Ocena 4.34/5 Łącznie 41 Oceny
Deweloper https://browsernative.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://browsernative.com/click-and-clean-chrome-extension/
Adres URL Strony Pomocy https://browsernative.com/click-and-clean-chrome-extension/
Adres URL Strony Polityki Prywatności https://browsernative.com/extensions-privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click and Clean",
    "short_name": "ClickClean",
    "description": "Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.",
    "version": "0.1.0",
    "permissions": [
        "browsingData",
        "notifications"
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "files\/icon-128.png",
        "default_title": "Click and Clean"
    },
    "icons": {
        "48": "files\/icon-48.png",
        "128": "files\/icon-128.png"
    },
    "homepage_url": "https:\/\/browsernative.com\/click-and-clean-chrome-extension\/",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    }
}