Privacy Screen and Security Blur

Enhance Privacy and Security by Automatically Blurring Pages

O que é Privacy Screen and Security Blur?

Privacy Screen and Security Blur é uma extensão do Chrome desenvolvida por https://sysar.ch, e sua principal característica é "Enhance Privacy and Security by Automatically Blurring Pages".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Privacy Screen and Security Blur

Baixe arquivos de extensão Privacy Screen and Security Blur 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

                        This extension will automatically blur chrome screens.  There are two modes to choose from.  When set to timer mode, you can select how many minutes of inactivity to wait before blurring the screen.  When set to hover mode, the screen will automatically blur when your mouse leaves the page. 

Privacy Screen and Security Blur is great for legal, healthcare, and other professionals who deal with sensitive data.

It's also great for everyday users that just want to protect their privacy.                    

Informações Básicas da Extensão

Nome Privacy Screen and Security Blur Privacy Screen and Security Blur
ID bdcmimoaamiebegembfipeegejikilha
URL Oficial https://chromewebstore.google.com/detail/privacy-screen-and-securi/bdcmimoaamiebegembfipeegejikilha
Descrição Enhance Privacy and Security by Automatically Blurring Pages
Tamanho do Arquivo 1.37 MB
Contagem de Instalações 583
Versão Atual 0.1
Última Atualização 2020-11-24
Data de Publicação 2020-11-23
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://sysar.ch
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sysar.ch/screen-security/
URL da Página de Política de Privacidade https://socialerase.net/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Privacy Screen and Security Blur",
    "short_name": "Privacy Screen",
    "description": "Enhance Privacy and Security by Automatically Blurring Pages",
    "permissions": [
        "activeTab",
        "identity",
        "identity.email",
        "storage"
    ],
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Privacy Screen",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "128": "128.png",
            "150": "150.png",
            "512": "512.png"
        }
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png",
        "150": "150.png",
        "512": "512.png"
    }
}