Mister Clean

Keep your browser history a mystery with Mister Clean.

What is Mister Clean?

Mister Clean is a Chrome extension developed by Mister Clean, and its main feature is "Keep your browser history a mystery with Mister Clean.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Mister Clean Extension CRX File

Download Mister Clean extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Mister Clean Mister Clean
ID nhhpomjhoeinaabilpjcjomlhieciabm
Official URL https://chrome.google.com/webstore/detail/mister-clean/nhhpomjhoeinaabilpjcjomlhieciabm
Description Keep your browser history a mystery with Mister Clean.
File Size 498 KB
Installation Count 262
Current Version 1.0.1774
Last Updated 2019-10-22
Publish Date 2019-10-22
Rating 3.00/5 Total 2 Ratings
Developer Mister Clean
Email [email protected]
Payment Type free
Extension Website https://mrcleanup.app/
Help Page URL https://mrcleanup.app/
Privacy Policy Page URL https://mrcleanup.app/privacy-policy
Supported Languages 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."
}