Mister Clean

Keep your browser history a mystery with Mister Clean.

Hvad er Mister Clean?

Mister Clean er en Chrome-udvidelse udviklet af Mister Clean, og dens hovedfunktion er "Keep your browser history a mystery with Mister Clean.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Mister Clean-udvidelses-CRX-fil

Download Mister Clean-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Mister Clean Mister Clean
ID nhhpomjhoeinaabilpjcjomlhieciabm
Officiel URL https://chrome.google.com/webstore/detail/mister-clean/nhhpomjhoeinaabilpjcjomlhieciabm
Beskrivelse Keep your browser history a mystery with Mister Clean.
Filstørrelse 498 KB
Antal Installationer 262
Nuværende Version 1.0.1774
Senest Opdateret 2019-10-22
Udgivelsesdato 2019-10-22
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler Mister Clean
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://mrcleanup.app/
Hjælpeside-URL https://mrcleanup.app/
URL til Fortrolighedspolitik Side https://mrcleanup.app/privacy-policy
Understøttede Sprog 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."
}