Privacy Screen and Security Blur

Enhance Privacy and Security by Automatically Blurring Pages

Cos'è Privacy Screen and Security Blur?

Privacy Screen and Security Blur è un'estensione di Chrome sviluppata da https://sysar.ch, e la sua funzione principale è "Enhance Privacy and Security by Automatically Blurring Pages".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Privacy Screen and Security Blur

Scarica i file di estensione Privacy Screen and Security Blur in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Privacy Screen and Security Blur Privacy Screen and Security Blur
ID bdcmimoaamiebegembfipeegejikilha
URL Ufficiale https://chromewebstore.google.com/detail/privacy-screen-and-securi/bdcmimoaamiebegembfipeegejikilha
Descrizione Enhance Privacy and Security by Automatically Blurring Pages
Dimensione del File 1.37 MB
Conteggio Installazioni 583
Versione Corrente 0.1
Ultimo Aggiornamento 2020-11-24
Data di Pubblicazione 2020-11-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://sysar.ch
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sysar.ch/screen-security/
URL della Pagina della Politica sulla Privacy https://socialerase.net/privacy
Lingue Supportate 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"
    }
}