Mister Clean

Keep your browser history a mystery with Mister Clean.

Cos'è Mister Clean?

Mister Clean è un'estensione di Chrome sviluppata da Mister Clean, e la sua funzione principale è "Keep your browser history a mystery with Mister Clean.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mister Clean

Scarica i file di estensione Mister Clean in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Keep your browser history a mystery with Mister Clean.  Privately experience the pleasures of the web without revealing your secrets. Browse boldly with Mister Clean! 

Features:
- Sleek, minimalist design
- Date, time, and local weather all in one place
- Eliminates adult sites from your search history                    

Informazioni di Base sull'Estensione

Nome Mister Clean Mister Clean
ID nhhpomjhoeinaabilpjcjomlhieciabm
URL Ufficiale https://chrome.google.com/webstore/detail/mister-clean/nhhpomjhoeinaabilpjcjomlhieciabm
Descrizione Keep your browser history a mystery with Mister Clean.
Dimensione del File 498 KB
Conteggio Installazioni 262
Versione Corrente 1.0.1774
Ultimo Aggiornamento 2019-10-22
Data di Pubblicazione 2019-10-22
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Mister Clean
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mrcleanup.app/
URL della Pagina di Aiuto https://mrcleanup.app/
URL della Pagina della Politica sulla Privacy https://mrcleanup.app/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "48": "assets\/icons\/48.png",
            "128": "assets\/icons\/128.png"
        }
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "topSites",
        "activeTab",
        "browsingData",
        "history",
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "version": "1.0.1774",
    "name": "Mister Clean",
    "description": "Keep your browser history a mystery with Mister Clean."
}