Privacy Screen and Security Blur

Enhance Privacy and Security by Automatically Blurring Pages

Privacy Screen and Security Blurとは何ですか?

Privacy Screen and Security Blurはhttps://sysar.chによって開発されたChromeの拡張機能で、その主な機能は「Enhance Privacy and Security by Automatically Blurring Pages」です。

拡張機能のスクリーンショット

screenshot
screenshot

Privacy Screen and Security Blur拡張機能のCRXファイルをダウンロード

Privacy Screen and Security Blur拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Privacy Screen and Security Blur Privacy Screen and Security Blur
ID bdcmimoaamiebegembfipeegejikilha
公式URL https://chromewebstore.google.com/detail/privacy-screen-and-securi/bdcmimoaamiebegembfipeegejikilha
説明 Enhance Privacy and Security by Automatically Blurring Pages
ファイルサイズ 1.37 MB
インストール数 583
現在のバージョン 0.1
最終更新日 2020-11-24
公開日 2020-11-23
評価 5.00/5 合計 2 レビュー
開発者 https://sysar.ch
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sysar.ch/screen-security/
プライバシーポリシーページのURL https://socialerase.net/privacy
対応言語 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"
    }
}