Mister Clean

Keep your browser history a mystery with Mister Clean.

Co je Mister Clean?

Mister Clean je rozšíření Chrome vyvinuté Mister Clean, a jeho hlavní funkcí je „Keep your browser history a mystery with Mister Clean.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Mister Clean

Stáhněte si soubory rozšíření Mister Clean ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Mister Clean Mister Clean
ID nhhpomjhoeinaabilpjcjomlhieciabm
Oficiální URL https://chrome.google.com/webstore/detail/mister-clean/nhhpomjhoeinaabilpjcjomlhieciabm
Popis Keep your browser history a mystery with Mister Clean.
Velikost souboru 498 KB
Počet instalací 262
Aktuální Verze 1.0.1774
Poslední Aktualizace 2019-10-22
Datum Vydání 2019-10-22
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Mister Clean
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://mrcleanup.app/
URL Stránky Nápovědy https://mrcleanup.app/
URL Stránky Zásad Ochrany Soukromí https://mrcleanup.app/privacy-policy
Podporované Jazyky 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."
}