Mister Clean

Keep your browser history a mystery with Mister Clean.

Wat is Mister Clean?

Mister Clean is een Chrome-extensie ontwikkeld door Mister Clean, en de belangrijkste functie is "Keep your browser history a mystery with Mister Clean.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Mister Clean

Download Mister Clean-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Mister Clean Mister Clean
ID nhhpomjhoeinaabilpjcjomlhieciabm
Officiële URL https://chrome.google.com/webstore/detail/mister-clean/nhhpomjhoeinaabilpjcjomlhieciabm
Beschrijving Keep your browser history a mystery with Mister Clean.
Bestandsgrootte 498 KB
Aantal Installaties 262
Huidige Versie 1.0.1774
Laatst Bijgewerkt 2019-10-22
Publicatiedatum 2019-10-22
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Mister Clean
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mrcleanup.app/
Help Pagina-URL https://mrcleanup.app/
URL van de Privacybeleid Pagina https://mrcleanup.app/privacy-policy
Ondersteunde Talen 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."
}