Mister Clean

Keep your browser history a mystery with Mister Clean.

O que é Mister Clean?

Mister Clean é uma extensão do Chrome desenvolvida por Mister Clean, e sua principal característica é "Keep your browser history a mystery with Mister Clean.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Mister Clean

Baixe arquivos de extensão Mister Clean no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Mister Clean Mister Clean
ID nhhpomjhoeinaabilpjcjomlhieciabm
URL Oficial https://chrome.google.com/webstore/detail/mister-clean/nhhpomjhoeinaabilpjcjomlhieciabm
Descrição Keep your browser history a mystery with Mister Clean.
Tamanho do Arquivo 498 KB
Contagem de Instalações 262
Versão Atual 1.0.1774
Última Atualização 2019-10-22
Data de Publicação 2019-10-22
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Mister Clean
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mrcleanup.app/
URL da Página de Ajuda https://mrcleanup.app/
URL da Página de Política de Privacidade https://mrcleanup.app/privacy-policy
Idiomas Suportados 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."
}