Privacy Screen and Security Blur

Enhance Privacy and Security by Automatically Blurring Pages

Qu'est-ce que Privacy Screen and Security Blur ?

Privacy Screen and Security Blur est une extension Chrome développée par https://sysar.ch, et sa fonction principale est "Enhance Privacy and Security by Automatically Blurring Pages".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Privacy Screen and Security Blur

Téléchargez les fichiers d'extension Privacy Screen and Security Blur au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Privacy Screen and Security Blur Privacy Screen and Security Blur
ID bdcmimoaamiebegembfipeegejikilha
URL Officiel https://chromewebstore.google.com/detail/privacy-screen-and-securi/bdcmimoaamiebegembfipeegejikilha
Description Enhance Privacy and Security by Automatically Blurring Pages
Taille du Fichier 1.37 MB
Nombre d'Installations 583
Version Actuelle 0.1
Dernière Mise à Jour 2020-11-24
Date de Publication 2020-11-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://sysar.ch
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sysar.ch/screen-security/
URL de la Page de Politique de Confidentialité https://socialerase.net/privacy
Langues Prises en Charge 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"
    }
}